Browse Source

维修管理

yuhan 1 year ago
parent
commit
0e6e03ed17

+ 7 - 0
src/views/module_cmms/repairManage/modules/RepairManageDispatch.vue

@@ -119,6 +119,13 @@
         this.$refs.form.validate(valid => {
         this.$refs.form.validate(valid => {
           if (valid) {
           if (valid) {
             that.confirmLoading = true;
             that.confirmLoading = true;
+            this.model.nodeList = [
+              {
+                nodename: this.model.status,
+                relid: this.model.id,
+                opinion: this.model.repairuser
+              }
+            ]
             putAction(this.url.repair,this.model).then((res)=>{
             putAction(this.url.repair,this.model).then((res)=>{
               if(res.success){
               if(res.success){
                 that.$message.success(res.message);
                 that.$message.success(res.message);