|
@@ -663,7 +663,7 @@ export default {
|
|
|
this.pageInit()
|
|
|
}
|
|
|
// 结算账户状态查询
|
|
|
- if(this.$hasPermissions('M_fundAccountList') && this.$hasPermissions('B_fundAccountEnable')){
|
|
|
+ if (this.$hasPermissions('M_fundAccountList') && this.$hasPermissions('B_fundAccountEnable')) {
|
|
|
this.GetSettleAccountState().then(res => {
|
|
|
if (res.status == 200) {
|
|
|
this.enableFundAccount = res.data.functionEnableFlag == 1
|
|
@@ -687,7 +687,7 @@ export default {
|
|
|
height: 100%;
|
|
|
box-sizing: border-box;
|
|
|
>.ant-spin-nested-loading{
|
|
|
- overflow-y: scroll;
|
|
|
+ overflow-y: auto;
|
|
|
height: 100%;
|
|
|
}
|
|
|
.salesEdit-cont{
|