fix(policyMoneyDetails): 政策币转账默认禁止

This commit is contained in:
woody 2025-05-14 14:10:08 +08:00
parent dae8a49dab
commit 0997fb1a4d
1 changed files with 2 additions and 2 deletions

View File

@ -394,7 +394,7 @@ export default {
plSet: { plSet: {
enableStatus: 0, enableStatus: 0,
deductMoney: '', deductMoney: '',
transfer: 1 transfer: 0
}, },
businessScope: 3, // 3 businessScope: 3, // 3
menuList: [ menuList: [
@ -518,7 +518,7 @@ export default {
item.transfer = '' item.transfer = ''
item.businessScope = this.businessScope item.businessScope = this.businessScope
item.enableStatus = 0 item.enableStatus = 0
item.transfer = 1 item.transfer = 0
}) })
this.tableData = res.data this.tableData = res.data
// this.total = res.total // this.total = res.total