From 366f7093ae31eefd1498bd988b9f496b61906489 Mon Sep 17 00:00:00 2001 From: weikai <123456> Date: Fri, 23 Oct 2020 12:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AE=89=E5=AE=81pc=E7=AB=AF=20?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=A0=81=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E3=80=91-=E3=80=90=E7=A8=8B=E5=BA=8F=E7=A0=81=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E4=BF=AE=E6=94=B9=E3=80=91=E9=AD=8F=E5=87=AF=202020-1?= =?UTF-8?q?0-22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/sys/deptmacode-optimize.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/sys/deptmacode-optimize.vue b/src/views/modules/sys/deptmacode-optimize.vue index f058da2..f951e7b 100644 --- a/src/views/modules/sys/deptmacode-optimize.vue +++ b/src/views/modules/sys/deptmacode-optimize.vue @@ -157,7 +157,7 @@ export default { created () { this.uploadUrl = `${window.SITE_CONFIG['apiURL']}/custom/epidemicSentryPost/importExcel?token=${Cookies.get('token')}` this.$http - .get(`/sys/user/deptOptions/getBusinessDeptByUser`) + .get(`/sys/user/deptOptions/getByLoginUser`) // .get(`/sys/user/deptOptions/getBusinessDeptByUser`) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg)