|
|
@@ -607,7 +607,7 @@
|
|
|
this.validBankAccountObj.number = false
|
|
|
}
|
|
|
if (this.validBankAccountObj.number) {
|
|
|
- this.$http.get('/trade/bankInfo/number/count', {params: {type: 1061, number: this.bankAccountObj.number}}).then(res => {
|
|
|
+ this.$http.get('/trade/bankInfo/number/count', {params: {accountType: 'RECEIVE_TYPE', number: this.bankAccountObj.number, type:1063}}).then(res => {
|
|
|
if (res.data.success) {
|
|
|
if (res.data.data === 0) {
|
|
|
this.validBankAccountObj.number = true
|