no message

This commit is contained in:
2025-09-01 17:31:44 +08:00
parent 7bff21532c
commit e662ea7b5d

View File

@@ -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)