gaoluyang
2025-08-12 742d62a5090472e5f0b716b96e56cb52faa6852f
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>