diff --git a/src/views/PurchasingCenter/FundApproval2/index.vue b/src/views/PurchasingCenter/FundApproval2/index.vue index c9814a70..bd990b9c 100644 --- a/src/views/PurchasingCenter/FundApproval2/index.vue +++ b/src/views/PurchasingCenter/FundApproval2/index.vue @@ -320,6 +320,7 @@ export default { this.gridData1 = [] this.contractDetail2 = [] searchRequsetFundDetail1(row.采购合同请款流水号).then(response => { + console.log(typeof response.data) this.gridData1 = response.data }) },