src/views/deviceManager/deviceList.vue
@@ -690,7 +690,8 @@ group: '', description: '' }] AddUpdateDeviceType(data, this.dialogClassForm.OperType).then(res => { AddUpdateDeviceType(data, this.dialogClassForm.OperType) .then(res => { if (res.code === '200') { this.$notify.success(this.operation === 'add' ? '添加成功!' : '修改成功!') this.dialogClassVisible = false