This commit is contained in:
loujf
2022-08-17 16:57:38 +08:00
parent a3626ea095
commit a02a2279f0
4 changed files with 41 additions and 2 deletions

View File

@@ -496,7 +496,7 @@ export default {
},
dialogSave() {
deviceCrud.changeDeviceStatus(this.form).then(res => {
this.notify('操作成功', 'success')
this.$notify({ title: '操作成功', message: '', type: 'success' });
this.dialogFormVisible = false
this.dialogFormVisible3 = false
this.dialogFormVisible4 = false