Commit 1278bc0f authored by 黄奎's avatar 黄奎
parents c31aa949 27808d64
...@@ -2533,7 +2533,7 @@ export default { ...@@ -2533,7 +2533,7 @@ export default {
this.apipost('AccountType_post_GetList',this.queryAccMsg,res=>{ this.apipost('AccountType_post_GetList',this.queryAccMsg,res=>{
if(res.data.resultCode==1){ if(res.data.resultCode==1){
let data=res.data.data; let data=res.data.data;
if(this.CapitalPool || this.userId==1918 || this.userId==2113 || this.userId==2424){ if(this.CapitalPool || this.RB_Post_Id==5 || this.userId==1648 || this.userId==1918 || this.userId==2113 || this.userId==2424){
this.AccList = res.data.data; this.AccList = res.data.data;
}else{ }else{
data.forEach(item=>{ data.forEach(item=>{
......
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