fixing competency
This commit is contained in:
parent
aa643f2b9c
commit
f14567a0b6
3 changed files with 9 additions and 6 deletions
|
|
@ -184,11 +184,12 @@ watch(
|
|||
}
|
||||
);
|
||||
|
||||
function onChangTab() {
|
||||
async function onChangTab() {
|
||||
store.formQuery.page = 1;
|
||||
dataListMain.value = [];
|
||||
dataListMain.value = await [];
|
||||
store.selected = await [];
|
||||
|
||||
fetchList();
|
||||
store.selected = [];
|
||||
}
|
||||
|
||||
onMounted(async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue