mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-17 05:46:45 +08:00
【金融机构客户尽职调查和客户身份资料及交易记录保存管理办法要求需求】签字后修改银行卡影像,监听受益人的list,重置受益人影像状态
This commit is contained in:
@@ -1842,6 +1842,10 @@ export default {
|
|||||||
console.log(val,'val监听到but')
|
console.log(val,'val监听到but')
|
||||||
console.log(oldval,'oldval监听到but')
|
console.log(oldval,'oldval监听到but')
|
||||||
let that = this
|
let that = this
|
||||||
|
if (this.changeCard) {
|
||||||
|
document.body.style.backgroundColor = '#fff'
|
||||||
|
this.isDisabledBnf = false
|
||||||
|
}else{
|
||||||
if(val.length > 0){
|
if(val.length > 0){
|
||||||
for (let index = 0; index < val.length; index++) {
|
for (let index = 0; index < val.length; index++) {
|
||||||
let item = val[index]
|
let item = val[index]
|
||||||
@@ -1853,6 +1857,7 @@ export default {
|
|||||||
}else if (val.length == 0){
|
}else if (val.length == 0){
|
||||||
that.isDisabledBnf = false
|
that.isDisabledBnf = false
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
deep: true
|
deep: true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user