From cb99a26acbadbf1b7a2a26a2487341b23defd89c Mon Sep 17 00:00:00 2001
From: "li.yuetong"
Date: Fri, 18 Mar 2022 23:55:07 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=87=91=E8=9E=8D=E6=9C=BA=E6=9E=84?=
=?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=B0=BD=E8=81=8C=E8=B0=83=E6=9F=A5=E5=92=8C?=
=?UTF-8?q?=E5=AE=A2=E6=88=B7=E8=BA=AB=E4=BB=BD=E8=B5=84=E6=96=99=E5=8F=8A?=
=?UTF-8?q?=E4=BA=A4=E6=98=93=E8=AE=B0=E5=BD=95=E4=BF=9D=E5=AD=98=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E5=8A=9E=E6=B3=95=E8=A6=81=E6=B1=82=E9=9C=80=E6=B1=82?=
=?UTF-8?q?=E3=80=91=E7=AD=BE=E5=AD=97=E5=90=8E=E4=BF=AE=E6=94=B9=E9=93=B6?=
=?UTF-8?q?=E8=A1=8C=E5=8D=A1=E5=BD=B1=E5=83=8F=EF=BC=8C=E7=9B=91=E5=90=AC?=
=?UTF-8?q?=E5=8F=97=E7=9B=8A=E4=BA=BA=E7=9A=84list=EF=BC=8C=E9=87=8D?=
=?UTF-8?q?=E7=BD=AE=E5=8F=97=E7=9B=8A=E4=BA=BA=E5=BD=B1=E5=83=8F=E7=8A=B6?=
=?UTF-8?q?=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/sale/AttachmentManagement.vue | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/views/ebiz/sale/AttachmentManagement.vue b/src/views/ebiz/sale/AttachmentManagement.vue
index b3bc24999..8c10b196f 100644
--- a/src/views/ebiz/sale/AttachmentManagement.vue
+++ b/src/views/ebiz/sale/AttachmentManagement.vue
@@ -1842,6 +1842,10 @@ export default {
console.log(val,'val监听到but')
console.log(oldval,'oldval监听到but')
let that = this
+ if (this.changeCard) {
+ document.body.style.backgroundColor = '#fff'
+ this.isDisabledBnf = false
+ }else{
if(val.length > 0){
for (let index = 0; index < val.length; index++) {
let item = val[index]
@@ -1853,6 +1857,7 @@ export default {
}else if (val.length == 0){
that.isDisabledBnf = false
}
+ }
},
deep: true
}