Commit 6abc2d5d authored by 黄媛媛's avatar 黄媛媛

修改资金池权限

parent cafc1152
......@@ -2444,7 +2444,7 @@ export default {
if(res.data.resultCode==1){
let data=res.data.data;
if(this.RB_Post_Id!=5&&this.userId!=1648){
if(this.userId==1918 || this.userId==2113){
if(this.userId==1918 || this.userId==2113 || this.userId==2424){
this.AccList = res.data.data;
}else{
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