ysy hace 2 años
padre
commit
a1d2d011aa

+ 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)