|
@ -320,8 +320,12 @@ |
|
|
this.managementPrecision = res.managementPrecision |
|
|
this.managementPrecision = res.managementPrecision |
|
|
|
|
|
|
|
|
this.chooseWhich = '2' |
|
|
this.chooseWhich = '2' |
|
|
|
|
|
if(res.data&&res.data.list&&res.data.list.length>1){ |
|
|
this.showBalanceSelect(res.data.list); |
|
|
this.showBalanceSelect(res.data.list); |
|
|
// this.afterQueryBalance(res.data.list); |
|
|
}else{ |
|
|
|
|
|
this.afterQueryBalance(res.data.list); |
|
|
|
|
|
} |
|
|
|
|
|
// |
|
|
} else { |
|
|
} else { |
|
|
this.showErrorMessage(res.message, res => { |
|
|
this.showErrorMessage(res.message, res => { |
|
|
this.packGetFocus(); |
|
|
this.packGetFocus(); |
|
|