fix(policyMoneyDetails): 政策币转账默认禁止
This commit is contained in:
parent
dae8a49dab
commit
0997fb1a4d
|
@ -394,7 +394,7 @@ export default {
|
|||
plSet: {
|
||||
enableStatus: 0,
|
||||
deductMoney: '',
|
||||
transfer: 1
|
||||
transfer: 0
|
||||
},
|
||||
businessScope: 3, // 北大业务范围默认血缘3
|
||||
menuList: [
|
||||
|
@ -518,7 +518,7 @@ export default {
|
|||
item.transfer = ''
|
||||
item.businessScope = this.businessScope
|
||||
item.enableStatus = 0
|
||||
item.transfer = 1
|
||||
item.transfer = 0
|
||||
})
|
||||
this.tableData = res.data
|
||||
// this.total = res.total
|
||||
|
|
Loading…
Reference in New Issue