From f0767ea8f9a8e73398869ef72256899eaa2143be Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Tue, 10 Mar 2020 17:11:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=B1=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/PurchasingCenter/FundApproval2/index.vue | 1 + 1 file changed, 1 insertion(+) 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 }) },