mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-24 06:16:39 +08:00
修复字典第二页查询bug
This commit is contained in:
parent
4389441c2d
commit
3161675d40
@ -169,6 +169,10 @@
|
||||
Object.assign(queryForm, queryFormState);
|
||||
ajaxQuery();
|
||||
}
|
||||
function onSearch(){
|
||||
queryForm.pageNum = 1;
|
||||
ajaxQuery();
|
||||
},
|
||||
async function ajaxQuery() {
|
||||
try {
|
||||
tableLoading.value = true;
|
||||
|
Loading…
Reference in New Issue
Block a user