@@ -216,7 +216,8 @@ export default {
getFactoryarea () {
let par = {
type: 1,
- size: 9999
+ size: 9999,
+ enable:1
};
getFactoryarea(par).then((res) => {
this.dict.factory = res.list;
@@ -600,7 +600,9 @@
const { list } = await getFactoryarea({
pageNum: 1,
size: 999,
- type: 1
+ type: 1,
+ enable: 1
+
});
this.factoryList = list || [];
},
@@ -619,7 +621,9 @@
type: 2,
parentId: this.form.factoryId,
this.workshopPlanList = res.list;
@@ -668,7 +668,9 @@
@@ -811,7 +813,9 @@
parentId: this.form.extInfo.factoryId,
@@ -298,7 +298,8 @@
@@ -314,7 +315,8 @@