From 04f81c2da445f8c0a659030d40c4fbd16cb7da03 Mon Sep 17 00:00:00 2001 From: wangmingzhe Date: Sun, 29 Dec 2019 13:44:36 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=20=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/proposal/Exhibition.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/proposal/Exhibition.vue b/src/views/ebiz/proposal/Exhibition.vue index 635ddac84..f21b3e972 100644 --- a/src/views/ebiz/proposal/Exhibition.vue +++ b/src/views/ebiz/proposal/Exhibition.vue @@ -336,15 +336,17 @@ export default { } else { //在app端 params.proposalInfoDTO.proposalNo = localStorage.orderNo + this.mainRiskCodes.push(localStorage.mainRiskCode) + console.log(localStorage.mainRiskCode) // if (localStorage.mainRiskCodes) { // this.mainRiskCodes = JSON.parse(localStorage.mainRiskCodes) // } - this.mainRiskCodes.push(localStorage.mainRiskCode) + console.log(this.mainRiskCodes[0]) + getDemo(params).then(res => { this.formatLocal(res) }) } - console.log(this.mainRiskCodes[0]) }, //app回调 appCallBack(data) {