优化错误提示
This commit is contained in:
@@ -244,6 +244,13 @@ export default {
|
||||
hasAudio: true
|
||||
})
|
||||
})
|
||||
.catch((error) => {
|
||||
this.$message({
|
||||
showClose: true,
|
||||
message: error,
|
||||
type: 'error'
|
||||
})
|
||||
})
|
||||
.finally(() => {
|
||||
row.playLoading = false
|
||||
})
|
||||
@@ -263,6 +270,13 @@ export default {
|
||||
})
|
||||
this.initData()
|
||||
})
|
||||
.catch((error) => {
|
||||
this.$message({
|
||||
showClose: true,
|
||||
message: error,
|
||||
type: 'error'
|
||||
})
|
||||
})
|
||||
}).catch(() => {
|
||||
|
||||
})
|
||||
@@ -299,6 +313,13 @@ export default {
|
||||
this.initData()
|
||||
this.$refs.pushListTable.clearSelection()
|
||||
})
|
||||
.catch((error) => {
|
||||
this.$message({
|
||||
showClose: true,
|
||||
message: error,
|
||||
type: 'error'
|
||||
})
|
||||
})
|
||||
}).catch(() => {
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user