mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
面授搜索时定位到第一页
This commit is contained in:
@@ -3229,6 +3229,7 @@ function onFocusEnd(){
|
|||||||
getTableDate();
|
getTableDate();
|
||||||
};
|
};
|
||||||
const handleSearch1 = () => {
|
const handleSearch1 = () => {
|
||||||
|
state.currentPage1 = 1;
|
||||||
getTableDate();
|
getTableDate();
|
||||||
};
|
};
|
||||||
const handleRest1 = () => {
|
const handleRest1 = () => {
|
||||||
@@ -3238,6 +3239,7 @@ function onFocusEnd(){
|
|||||||
state.auditStatus = null;
|
state.auditStatus = null;
|
||||||
state.sysTypeId = null;
|
state.sysTypeId = null;
|
||||||
state.projectTime = "";
|
state.projectTime = "";
|
||||||
|
state.currentPage1 = 1;
|
||||||
getTableDate();
|
getTableDate();
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -4806,9 +4808,10 @@ function onFocusEnd(){
|
|||||||
console.log(state.kk_inputV1);
|
console.log(state.kk_inputV1);
|
||||||
console.log(state.kk_inputV2);
|
console.log(state.kk_inputV2);
|
||||||
console.log(state.selectTime);
|
console.log(state.selectTime);
|
||||||
state.pageSize222 = 10
|
// state.pageSize222 = 10
|
||||||
state.currentPage1 = 1
|
// state.currentPage1 = 1
|
||||||
getTableDate();
|
// getTableDate();
|
||||||
|
state.currentPage2 = 1;
|
||||||
getTableDate3();
|
getTableDate3();
|
||||||
};
|
};
|
||||||
const handleRestTable = () => {
|
const handleRestTable = () => {
|
||||||
@@ -4817,9 +4820,9 @@ function onFocusEnd(){
|
|||||||
state.selectTime = "";
|
state.selectTime = "";
|
||||||
state.currentPage2 = 1;
|
state.currentPage2 = 1;
|
||||||
state.tableDataTotal2 = [];
|
state.tableDataTotal2 = [];
|
||||||
state.pageSize222 = 10
|
// state.pageSize222 = 10
|
||||||
state.currentPage1 = 1
|
// state.currentPage1 = 1
|
||||||
getTableDate();
|
// getTableDate();
|
||||||
getTableDate3();
|
getTableDate3();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user