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

更换公司logo

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