mirror of
https://github.com/1024-lab/smart-admin.git
synced 2025-09-03 11:16:07 +00: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