From 82bd809f77d4bf27f39f52e12febe2c4639d022a Mon Sep 17 00:00:00 2001 From: weikai <123456> Date: Mon, 26 Oct 2020 12:07:08 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AE=89=E5=AE=81pc=E7=AB=AF=20?= =?UTF-8?q?=E5=B1=85=E6=B0=91=E7=AE=A1=E7=90=86=E3=80=91-=E3=80=90?= =?UTF-8?q?=E4=BC=81=E4=B8=9A=E4=BB=A3=E8=A1=A8=20-=20=E6=89=80=E5=B1=9E?= =?UTF-8?q?=E7=BD=91=E6=A0=BCbug=E4=BF=AE=E6=94=B9=E3=80=91=E9=AD=8F?= =?UTF-8?q?=E5=87=AF=202020-10-26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/custom/enterpriseinfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/custom/enterpriseinfo.vue b/src/views/modules/custom/enterpriseinfo.vue index 796937a..4b2c63d 100644 --- a/src/views/modules/custom/enterpriseinfo.vue +++ b/src/views/modules/custom/enterpriseinfo.vue @@ -134,7 +134,7 @@ }, methods: { getOptions() { - this.$http.get(`/sys/dept/party/getDeptTreeForEpiDemic`).then(({data: res}) => { + this.$http.get(`/sys/user/deptOptions/getByLoginUser`).then(({data: res}) => { if (res.code !== 0) { return this.$message.error(res.msg) }