no message

This commit is contained in:
2025-09-01 17:39:00 +08:00
parent e662ea7b5d
commit 0f0623d8cc

View File

@@ -206,7 +206,6 @@ export default {
const type = this.backIoStatus === '1' ? '0' : '1'
let res = await backIoStatus(type)
if (res) {
this.dialogVisible = false
this.$message(res.message)
}
this.loading.close()