mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-01-13 06:04:18 +08:00
v2.0
This commit is contained in:
@@ -169,6 +169,10 @@
|
||||
Object.assign(queryForm, queryFormState);
|
||||
ajaxQuery();
|
||||
}
|
||||
function onSearch(){
|
||||
queryForm.pageNum = 1;
|
||||
ajaxQuery();
|
||||
},
|
||||
async function ajaxQuery() {
|
||||
try {
|
||||
tableLoading.value = true;
|
||||
|
||||
Reference in New Issue
Block a user