gaoluyang
6 天以前 00100d130c240c191d87d3b6cfb2415f47b9c2d0
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>