소스 검색

1951
【工位管理】没查重

chenping 1 년 전
부모
커밋
98d956aea5
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);
           }
-    
+
         });
       }
     }