From 72c574de873f0c08ce2835ab3a3af1ba7063d384 Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Wed, 23 Sep 2020 16:49:30 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=90=B9=E5=93=A8=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E6=8E=88=E6=9D=83=E6=9B=B4=E6=8D=A2=E8=AF=B7=E6=B1=82=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E3=80=91-=E7=8E=8B=E5=85=AC=E5=B3=B0-2020-09-23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/sys/role-add-or-update.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/sys/role-add-or-update.vue b/src/views/modules/sys/role-add-or-update.vue index 7c9a8a1..cf1ef70 100644 --- a/src/views/modules/sys/role-add-or-update.vue +++ b/src/views/modules/sys/role-add-or-update.vue @@ -196,7 +196,7 @@ export default { }, // 获取吹哨部门列表 getWhistleDeptList () { - return this.$http.get('/sys/dept/list').then(({ data: res }) => { + return this.$http.get('/sys/dept/whistleDeptList').then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) }