zhuzhuanzhuan
2023-09-18 70b734a3a3641f7a10f59ee4669d1cd44200f59d
src/views/mdc/base/modules/deviceRepair/DeviceRepairModelEdit.vue
@@ -281,7 +281,7 @@
                    if (res.success) {
                      // that.$message.success("修改成功")
                      // that.$message.success(res.message)
                      that.$notification.warning({
                      that.$notification.success({
                        message:'消息',
                        description:res.message
                      });
@@ -311,7 +311,6 @@
                that.confirmLoading = false
              }else{
                let obj
                if (!this.model.id) {
                  obj = postAction(this.url.add, formData)
@@ -326,7 +325,7 @@
                  if (res.success) {
                    // that.$message.success("修改成功")
                    // that.$message.success(res.message)
                    that.$notification.warning({
                    that.$notification.success({
                      message:'消息',
                      description:res.message
                    });