|
@@ -130,8 +130,7 @@ export default {
|
|
|
this.productName = productName
|
|
|
this.visible = true
|
|
|
|
|
|
- if(!disable)
|
|
|
- {
|
|
|
+ if (!disable) {
|
|
|
await this.initProductList()
|
|
|
}
|
|
|
|
|
@@ -177,7 +176,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
}).catch(() => {
|
|
|
- this.dataForm.productId = ''
|
|
|
+ this.dataForm.productId = ''
|
|
|
})
|
|
|
},
|
|
|
// 按工种ID查询操作人列表
|