src/views/mdc/base/modules/deviceRepair/DeviceRepairModelEdit.vue
@@ -120,6 +120,22 @@
              },
            ],
          },
          startTime:{
            rules:[
              {
                required:true,
                message: "请选择开始时间"
              },
            ],
          },
          endTime:{
            rules:[
              {
                required:true,
                message: "请选择结束时间"
              },
            ],
          },
          // mdcRepairType:{
          //   rules:[
          //     {
@@ -281,7 +297,7 @@
                    if (res.success) {
                      // that.$message.success("修改成功")
                      // that.$message.success(res.message)
                      that.$notification.warning({
                      that.$notification.success({
                        message:'消息',
                        description:res.message
                      });
@@ -311,7 +327,6 @@
                that.confirmLoading = false
              }else{
                let obj
                if (!this.model.id) {
                  obj = postAction(this.url.add, formData)
@@ -326,7 +341,7 @@
                  if (res.success) {
                    // that.$message.success("修改成功")
                    // that.$message.success(res.message)
                    that.$notification.warning({
                    that.$notification.success({
                      message:'消息',
                      description:res.message
                    });