|
|
|
@ -528,7 +528,8 @@
|
|
|
|
|
getFirstNode: '/actProcessIns/getFirstNode', |
|
|
|
|
processUdgetPlanMaterial: { |
|
|
|
|
list: '/hy/processUdgetPlan/queryProcessUdgetPlanMaterialByMainId' |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
processUdgetPlanMaterialLists: '/hy/processUdgetPlan/queryProcessUdgetPlanMaterialByMainIdList' |
|
|
|
|
}, |
|
|
|
|
btndisabled: false, |
|
|
|
|
isShowInput: '', |
|
|
|
@ -1261,7 +1262,7 @@
|
|
|
|
|
// 加载子表数据 |
|
|
|
|
if (this.data.id) { |
|
|
|
|
let params = { id: this.data.id } |
|
|
|
|
this.requestSubTableData(this.url.processUdgetPlanMaterial.list, params, this.processUdgetPlanMaterialTable) |
|
|
|
|
this.requestSubTableData(this.url.processUdgetPlanMaterialLists, params, this.processUdgetPlanMaterialTable) |
|
|
|
|
console.log('子表数据', this.processUdgetPlanMaterialTable) |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|