mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 16:26:45 +08:00
面授搜索时定位到第一页
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user