|
@@ -241,10 +241,10 @@ export default {
|
|
_this.setTableH()
|
|
_this.setTableH()
|
|
})
|
|
})
|
|
// 结算账户状态查询
|
|
// 结算账户状态查询
|
|
- if(this.$hasPermissions('M_fundAccountList') && this.$hasPermissions('B_fundAccountEnable')){
|
|
|
|
|
|
+ if (this.$hasPermissions('M_fundAccountList') && this.$hasPermissions('B_fundAccountEnable')) {
|
|
this.GetSettleAccountState().then(res => {
|
|
this.GetSettleAccountState().then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
- this.enableFundAccount = res.data.functionEnableFlag == 1
|
|
|
|
|
|
+ this.enableFundAccount = res.data.functionEnableFlag
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}
|
|
}
|