From bb2f7344ca2d1964285b148a8f73d0f0b8ac6dad Mon Sep 17 00:00:00 2001 From: YUJT Date: Fri, 4 Jun 2021 10:43:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9URI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/vim/vaccinationuserrole-add-or-update.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/vim/vaccinationuserrole-add-or-update.vue b/src/views/modules/vim/vaccinationuserrole-add-or-update.vue index fb9b79d..cb333a6 100644 --- a/src/views/modules/vim/vaccinationuserrole-add-or-update.vue +++ b/src/views/modules/vim/vaccinationuserrole-add-or-update.vue @@ -71,7 +71,7 @@ export default { }, getUserOptions () { this.$http - .get(`/sys/user/userList`) + .get(`/sys/user/vaccination/userList`) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg)