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)