diff --git a/src/views/hotwork/hotwork/components/list.vue b/src/views/hotwork/hotwork/components/list.vue index c5ec33c..c1444c7 100644 --- a/src/views/hotwork/hotwork/components/list.vue +++ b/src/views/hotwork/hotwork/components/list.vue @@ -350,7 +350,7 @@ export default { }) this.listLoading = false this.varList = [] - this.listQuery.page = 1 + // this.listQuery.page = 1 this.getList() }).catch((e) => { this.listLoading = false @@ -379,7 +379,7 @@ export default { }) this.listLoading = false this.varList = [] - this.listQuery.page = 1 + // this.listQuery.page = 1 this.getList() }).catch((e) => { this.listLoading = false