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