|
@@ -668,7 +668,9 @@
|
|
|
const { list } = await getFactoryarea({
|
|
const { list } = await getFactoryarea({
|
|
|
pageNum: 1,
|
|
pageNum: 1,
|
|
|
size: 999,
|
|
size: 999,
|
|
|
- type: 1
|
|
|
|
|
|
|
+ type: 1,
|
|
|
|
|
+ enable:1
|
|
|
|
|
+
|
|
|
});
|
|
});
|
|
|
this.factoryList = list || [];
|
|
this.factoryList = list || [];
|
|
|
},
|
|
},
|
|
@@ -811,7 +813,9 @@
|
|
|
let par = {
|
|
let par = {
|
|
|
type: 2,
|
|
type: 2,
|
|
|
parentId: this.form.extInfo.factoryId,
|
|
parentId: this.form.extInfo.factoryId,
|
|
|
- size: 9999
|
|
|
|
|
|
|
+ size: 9999,
|
|
|
|
|
+ enable:1
|
|
|
|
|
+
|
|
|
};
|
|
};
|
|
|
getFactoryarea(par).then((res) => {
|
|
getFactoryarea(par).then((res) => {
|
|
|
this.workshopPlanList = res.list;
|
|
this.workshopPlanList = res.list;
|