|
@ -71,7 +71,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
getUserOptions () { |
|
|
getUserOptions () { |
|
|
this.$http |
|
|
this.$http |
|
|
.get(`/sys/user/userList`) |
|
|
.get(`/sys/user/vaccination/userList`) |
|
|
.then(({ data: res }) => { |
|
|
.then(({ data: res }) => { |
|
|
if (res.code !== 0) { |
|
|
if (res.code !== 0) { |
|
|
return this.$message.error(res.msg) |
|
|
return this.$message.error(res.msg) |
|
|