|
@@ -394,7 +394,7 @@ export default {
|
|
|
axios.post(`https://beta.api.cocorobo.cn/api/user`, qs.stringify(params)).then(async res => {
|
|
|
console.log("res", res);
|
|
|
let _data = res.data[0][0];
|
|
|
- let userData = await this.ajax.get("https://pbl.cocorobo.cn/api/pbl/selectUser/selectUser", { userid: _data.userid });
|
|
|
+ let userData = await this.$ajax.get("https://pbl.cocorobo.cn/api/pbl/selectUser/selectUser", { userid: _data.userid });
|
|
|
let _uorg = userData.data[0][0].org;
|
|
|
if(this.allowOrgList.find(i=>i.id == this.org2)){
|
|
|
let _list = this.allowOrgList.find(i=>i.id==this.org2).list;
|