src/views/systemSetting/baseSetting/department/createUser/index.vue
@@ -246,9 +246,9 @@ // 获取所有用户信息 getUserList() { // 获取所有用户信息、用户查询(暂时支持电话号码) this.$axios.get(`sccg/admin/list`).then((res) => { this.$axios.get(`/sccg/depart/query_surplus_user`).then((res) => { if (res.code === 200) { this.userList = res.data.records; this.userList = res.data; } }); },