mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-08 11:43:47 +08:00
修复字典第二页查询bug
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