|
@@ -122,10 +122,10 @@ export default {
|
|
|
this.visible = true
|
|
|
this.display = disable
|
|
|
this.mouldId = id
|
|
|
-
|
|
|
+
|
|
|
await this.initProductList()
|
|
|
|
|
|
- if(id > 0) {
|
|
|
+ if (id > 0) {
|
|
|
await getMouldDetail(id).then(async ({ data }) => {
|
|
|
if (data && data.code === '200') {
|
|
|
this.dataForm = data.data
|
|
@@ -137,7 +137,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
- if(productionId && productionId > 0){
|
|
|
+ if (productionId && productionId > 0) {
|
|
|
this.productChange(productionId)
|
|
|
}
|
|
|
},
|
|
@@ -163,7 +163,6 @@ export default {
|
|
|
})
|
|
|
}
|
|
|
})
|
|
|
-
|
|
|
},
|
|
|
// 按工种ID查询操作人列表
|
|
|
getOperatorList (workTypeId) {
|