Browse Source

更改URI

origin/feature/monitoring
YUJT 4 years ago
parent
commit
bb2f7344ca
  1. 2
      src/views/modules/vim/vaccinationuserrole-add-or-update.vue

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

Loading…
Cancel
Save