commit
de6ff1ee11
@ -38,11 +38,8 @@ const {
|
||||
refresh: () => $table.value?.handleSearch(),
|
||||
})
|
||||
|
||||
const roleOption = ref([])
|
||||
|
||||
onMounted(() => {
|
||||
$table.value?.handleSearch()
|
||||
api.getRoleList({ page: 1, page_size: 9999 }).then((res) => (roleOption.value = res.data))
|
||||
})
|
||||
|
||||
async function handleRefreshApi() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user