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