diff --git a/src/views/personnel-manage/personnelChecking.vue b/src/views/personnel-manage/personnelChecking.vue index 4c906140..cd0b1551 100644 --- a/src/views/personnel-manage/personnelChecking.vue +++ b/src/views/personnel-manage/personnelChecking.vue @@ -124,6 +124,7 @@ export default { methods: { // 查询 handleQuery() { + this.queryParams.pageNum = 1 this.getList() }, // 重置 diff --git a/src/views/personnel-manage/personnelEntryAndExit.vue b/src/views/personnel-manage/personnelEntryAndExit.vue index 35d29656..e09a0fc9 100644 --- a/src/views/personnel-manage/personnelEntryAndExit.vue +++ b/src/views/personnel-manage/personnelEntryAndExit.vue @@ -224,6 +224,7 @@ export default { methods: { // 查询 handleQuery() { + this.queryParams.pageNum = 1 this.getList() }, // 重置 diff --git a/src/views/project-manage/components/LotList.vue b/src/views/project-manage/components/LotList.vue index b11fb53d..6885bd59 100644 --- a/src/views/project-manage/components/LotList.vue +++ b/src/views/project-manage/components/LotList.vue @@ -1,6 +1,33 @@ + +