@ -101,7 +101,7 @@ import {
},
mounted() {
this.load.list=true;
listRole({branchId:this.userInfo.branchId}).then(res=>{
listRole({}).then(res=>{
this.load.list=false;
this.roles=res.data.data
}).catch(()=>this.load.list=false);