ysy 2 년 전
부모
커밋
a1d2d011aa
2개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 1
      src/views/factoryModel/station/components/codeDialog.vue
  2. 3 3
      src/views/factoryModel/station/components/edit.vue

+ 0 - 1
src/views/factoryModel/station/components/codeDialog.vue

@@ -28,7 +28,6 @@
 
 
 
-
         </el-form>
         <div class="des">工位编码规则,例如:GW-PL(本级)-0001 </div>
 

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

@@ -504,9 +504,9 @@ export default {
           let list = res.workstationSubstanceList.map((n) => {
             return n.substance;
           });
-          if (list.length > 0) {
-            this.$refs.equipmentTable.datasource = list;
-          }
+          // if (list.length > 0) {
+          //   this.$refs.equipmentTable.datasource = list;
+          // }
         }
         this.form = Object.assign({}, this.form, res)