From 106a61e2a99754ffa3ef8c8c90d4f24cefb99a27 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Tue, 19 Oct 2021 17:27:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BF=98=E6=AC=BE=E8=AE=B0?= =?UTF-8?q?=E5=BD=95-=E7=BC=96=E8=BE=91=EF=BC=8CdiscernEdit=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=AE=A1=E7=90=86=E5=AD=98=E9=94=99bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/afterLoan/afterInsurance.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/page/afterLoan/afterInsurance.vue b/src/components/page/afterLoan/afterInsurance.vue index c1d7dfc..833b2c5 100644 --- a/src/components/page/afterLoan/afterInsurance.vue +++ b/src/components/page/afterLoan/afterInsurance.vue @@ -562,8 +562,8 @@
{{index+1}}
- - + +
保存 编辑 @@ -1489,13 +1489,13 @@ export default { this.$store.commit('setNewOrOld','oldLoans')// 区分进入还款或者新建 // 不可编辑 - type==='编辑'?this.$store.commit('discernEdit',false):this.$store.commit('discernEdit',false) + type==='编辑'?this.$store.commit('discernEdit',true):this.$store.commit('discernEdit',false) if (type==='查看') { this.$store.commit('disabledAll',true) }else{ this.$store.commit('disabledAll',false) } - + this.$store.commit("loanbackStatusData", { loanbackStatus: type }); }, // 取得录入页面数据详情