From 04dcb988abef513bca984adbc9355d1a91e16d99 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Sun, 19 Jan 2020 15:52:30 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 310d0fc0a..a6e6c9c87 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -335,7 +335,6 @@ export default { this.mainRiskInfluenceAddRisk() //初始化数据试算 isTrial是否调后端保费试算 /sale/ insure/trial 接口标志,0-不调取 if (localStorage.isTrial === '1') { - console.log('调了') this.getTrial() } },