Commit 34f99b05 authored by 黄奎's avatar 黄奎
parents 35862986 f15ca484
......@@ -1889,16 +1889,17 @@ export default {
this.apipost('AccountType_post_GetList',this.queryAccMsg,res=>{
if(res.data.resultCode==1){
let data=res.data.data;
if(this.RB_Post_Id!=5){
data.forEach(item=>{
if(item.Name!="公社资金池" && item.Name!="水口资金池" && item.Name!="橡胶资金池" && item.Name!="地接部专户" && item.Name!="老挝购物店资金池"){
// if(this.RB_Post_Id!=5){
// data.forEach(item=>{
// if(item.Name!="公社资金池" && item.Name!="水口资金池" && item.Name!="橡胶资金池" && item.Name!="地接部专户" && item.Name!="老挝购物店资金池"){
this.AccList.push(item);
}
})
}else{
this.AccList = res.data.data;
}
// this.AccList.push(item);
// }
// })
// }else{
// this.AccList = res.data.data;
// }
this.AccList = res.data.data;
}else{
this.$message.error(res.data.message);
}
......
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