Browse Source

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

695593266@qq.com 11 tháng trước cách đây
mục cha
commit
cbc8739713
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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);
           }
-    
+
         });
       }
     }