Преглед изворни кода

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend into dengfei

695593266@qq.com пре 11 месеци
родитељ
комит
cbc8739713
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/factoryModel/station/components/edit.vue

+ 2 - 2
src/views/factoryModel/station/components/edit.vue

@@ -722,7 +722,7 @@
             })
             .catch((e) => {
               this.loading = false;
-              this.$message.error(e.message);
+              // this.$message.error(e.message);
             });
         });
       },
@@ -862,7 +862,7 @@
           if (res.taskList?.length) {
             this.form.taskNames = res.taskList.map((i) => i.name);
           }
-    
+
         });
       }
     }