|
|
@@ -94,8 +94,7 @@ export default {
|
|
|
// 在这里处理 jobProps 变化后的逻辑
|
|
|
this.form.workShop=newVal[0].workshopId
|
|
|
this.form.producLine=newVal[0].workareaId
|
|
|
- this.handleselect(newVal[0].workshopId)
|
|
|
- this.handleselectProductLine(newVal[0].workareaId)
|
|
|
+ b
|
|
|
// 这里是为了拿到sop模板里默认的隔离点选中的数据
|
|
|
selectIsSopById(newVal[0].sopId).then(res => {
|
|
|
console.log(res,'sop')
|