no message
This commit is contained in:
@@ -203,7 +203,8 @@ export default {
|
||||
spinner: 'el-icon-loading',
|
||||
background: 'rgba(0, 0, 0, 0.6)'
|
||||
})
|
||||
let res = await backIoStatus(this.backIoStatus)
|
||||
const type = this.backIoStatus === '1' ? '0' : '1'
|
||||
let res = await backIoStatus(type)
|
||||
if (res) {
|
||||
this.dialogVisible = false
|
||||
this.$message(res.message)
|
||||
|
||||
Reference in New Issue
Block a user