|
@@ -789,7 +789,7 @@ export default {
|
|
let params = {...{id: row.id}, ...{pageNum:1, pageSize: 10}}
|
|
let params = {...{id: row.id}, ...{pageNum:1, pageSize: 10}}
|
|
getDemandSonDetail(params).then(res => {
|
|
getDemandSonDetail(params).then(res => {
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|
|
- reciveForm.puDemandItemList = res.rows
|
|
|
|
|
|
+ reciveForm.puDemandItemList = res.data
|
|
console.log('reciveForm',reciveForm)
|
|
console.log('reciveForm',reciveForm)
|
|
this.basicForm = reciveForm
|
|
this.basicForm = reciveForm
|
|
if(this.basicForm.org) { this.reBackRefer('ORG_PARAM', this.basicForm.org) }
|
|
if(this.basicForm.org) { this.reBackRefer('ORG_PARAM', this.basicForm.org) }
|