no message
This commit is contained in:
parent
ad745a9160
commit
0a8e91965d
8 changed files with 9 additions and 60 deletions
|
|
@ -22,7 +22,7 @@ const router = useRouter();
|
|||
const filter = ref<string>(""); //search data table
|
||||
const page = ref<number>(1);
|
||||
const maxPage = ref<number>(1);
|
||||
const status = ref<string>("ALL");
|
||||
const status = ref<string>("NEW");
|
||||
async function fetchListDisciplinary() {
|
||||
showLoader();
|
||||
await http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue