src/views/system/role/authUser.vue
@@ -94,6 +94,7 @@ <script setup name="AuthUser"> import selectUser from "./selectUser" import { allocatedUserList, authUserCancel, authUserCancelAll } from "@/api/system/role" import {onMounted} from "vue"; const route = useRoute() const { proxy } = getCurrentInstance() @@ -175,5 +176,7 @@ }).catch(() => {}) } getList() onMounted(() => { getList(); }); </script>