gaoluyang
4 天以前 affb0876f58e628c31fee12cf8cf7e9f1748142c
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>