@ -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)