diff --git a/project/qianxinan/AppSignInfo/list.vue b/project/qianxinan/AppSignInfo/list.vue index 9857ece1..da4bf48e 100644 --- a/project/qianxinan/AppSignInfo/list.vue +++ b/project/qianxinan/AppSignInfo/list.vue @@ -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'}) }