面授搜索时定位到第一页

This commit is contained in:
zhangsir
2024-10-14 10:11:39 +08:00
parent 454511a448
commit a529fd8b3b

View File

@@ -3229,6 +3229,7 @@ function onFocusEnd(){
getTableDate();
};
const handleSearch1 = () => {
state.currentPage1 = 1;
getTableDate();
};
const handleRest1 = () => {
@@ -3238,6 +3239,7 @@ function onFocusEnd(){
state.auditStatus = null;
state.sysTypeId = null;
state.projectTime = "";
state.currentPage1 = 1;
getTableDate();
};
@@ -4806,9 +4808,10 @@ function onFocusEnd(){
console.log(state.kk_inputV1);
console.log(state.kk_inputV2);
console.log(state.selectTime);
state.pageSize222 = 10
state.currentPage1 = 1
getTableDate();
// state.pageSize222 = 10
// state.currentPage1 = 1
// getTableDate();
state.currentPage2 = 1;
getTableDate3();
};
const handleRestTable = () => {
@@ -4817,9 +4820,9 @@ function onFocusEnd(){
state.selectTime = "";
state.currentPage2 = 1;
state.tableDataTotal2 = [];
state.pageSize222 = 10
state.currentPage1 = 1
getTableDate();
// state.pageSize222 = 10
// state.currentPage1 = 1
// getTableDate();
getTableDate3();
};