Commit 313b3517 authored by 华国豪's avatar 华国豪 🙄

‘虚拟账户@’

parent 3dbf8615
...@@ -969,7 +969,7 @@ export default { ...@@ -969,7 +969,7 @@ export default {
this.GetDetail.walist.forEach(x=>{ this.GetDetail.walist.forEach(x=>{
if (x.Type===1){ if (x.Type===1){
AccList.forEach(y=>{ AccList.forEach(y=>{
if(y.Name === '私帐账户' || y.Name === '公帐账户' || y.Name==='微信支付宝'){ if(y.Name === '私帐账户' || y.Name === '公帐账户' || y.Name==='微信支付宝' || y.Name==='虚拟账户'){
newAccList.push(y) newAccList.push(y)
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment