From ff755330250ada2aa11254df1661df06914457da Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 7 Feb 2023 15:19:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/qianxinan/AppSignInfo/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}) }