mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 02:33:02 +08:00
$set赋值
This commit is contained in:
@@ -529,7 +529,7 @@ export default {
|
||||
//获取银行名称
|
||||
this.userInfo.bankName = bank.bankName ? bank.bankName.trim() : ''
|
||||
this.code = bank.code ? bank.code.trim() : ''
|
||||
this.userInfo.mainCode = bank.code ? bank.code.trim() : ''
|
||||
this.$set(this.userInfo, 'mainCode', bank.code ? bank.code.trim() : '')
|
||||
},
|
||||
//获取推荐人信息
|
||||
agentAll() {
|
||||
|
||||
Reference in New Issue
Block a user