Merge branch 'build' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_webapp into build
This commit is contained in:
@@ -90,7 +90,7 @@ export default {
|
||||
})
|
||||
},
|
||||
getDepartments() {
|
||||
this.instance.post("/app/wxcp/wxdepartment/listAll").then(res => {
|
||||
this.instance.post("/app/wxcp/wxdepartment/listByUser").then(res => {
|
||||
if (res?.data) {
|
||||
this.treeData = this.$arr2tree(res.data, {parent: 'parentid'})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user