Commit 10dbfed5 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

更换公司logo

parent 98544334
...@@ -202,13 +202,14 @@ export default { ...@@ -202,13 +202,14 @@ export default {
listSimpleUsers().then(response => { listSimpleUsers().then(response => {
this.users = response.data; this.users = response.data;
}); });
// console.log("regionTypeDatas:"+JSON.stringify(regionTypeDatas));
}, },
methods: { methods: {
/** 查询部门列表 */ /** 查询部门列表 */
getList() { getList() {
this.loading = true; this.loading = true;
getRegionList(this.queryParams).then(response => { getRegionList(this.queryParams).then(response => {
console.log("response:"+JSON.stringify(response.data)); // console.log("response:"+JSON.stringify(response.data));
this.regionList = this.handleTree(response.data, "id"); this.regionList = this.handleTree(response.data, "id");
this.loading = false; this.loading = false;
}); });
......
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