This is an automated email from the ASF dual-hosted git repository.
wuweijie pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git
The following commit(s) were added to refs/heads/master by this push:
new b38c1c5 Fix pagination of job operation page (#166)
b38c1c5 is described below
commit b38c1c5c007c072a4cd3d96c63804cd0d738c95e
Author: 吴伟杰 <[email protected]>
AuthorDate: Tue Oct 25 11:33:55 2022 +0800
Fix pagination of job operation page (#166)
---
.../src/views/operation-jobs/module/operationJobs.vue | 1 +
1 file changed, 1 insertion(+)
diff --git
a/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/src/views/operation-jobs/module/operationJobs.vue
b/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/src/views/operation-jobs/module/operationJobs.vue
index aa6478c..470d2b4 100644
---
a/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/src/views/operation-jobs/module/operationJobs.vue
+++
b/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/src/views/operation-jobs/module/operationJobs.vue
@@ -564,6 +564,7 @@ export default {
})
},
search() {
+ this.currentPage = 1
this.getAllJobsBriefInfo()
}
}