|
|
@@ -169,7 +169,7 @@
|
|
|
<template slot="label"> 工位名称 </template>
|
|
|
<el-form-item label-width="0">
|
|
|
<el-select
|
|
|
- v-model="ywInfo.factoryId"
|
|
|
+ v-model="ywInfo.factoryRoomId"
|
|
|
placeholder="请选择"
|
|
|
@change="change_factoryId"
|
|
|
style="width: 24%; margin-right: 1%"
|
|
|
@@ -573,7 +573,7 @@
|
|
|
this.workshopOptions.length == 0 &&
|
|
|
this.ywInfo.productionLineId
|
|
|
) {
|
|
|
- this.getListWorkshopByParentId(this.ywInfo.factoryId);
|
|
|
+ this.getListWorkshopByParentId(this.ywInfo.factoryRoomId);
|
|
|
}
|
|
|
|
|
|
// 获取产线
|