From bd01a01fccafebadc4f9c9c79a72f85fbb7c4d6e Mon Sep 17 00:00:00 2001
From: zhuzhuanzhuan
Date: 星期五, 18 八月 2023 11:17:09 +0800
Subject: [PATCH] 定时任务的日志界面的导出功能加参数

---
 src/views/system/modules/QuartzJobListModal.vue |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/views/system/modules/QuartzJobListModal.vue b/src/views/system/modules/QuartzJobListModal.vue
index 8b3d76e..89f4297 100644
--- a/src/views/system/modules/QuartzJobListModal.vue
+++ b/src/views/system/modules/QuartzJobListModal.vue
@@ -219,6 +219,13 @@
 
     },
     methods: {
+      searchReset() {
+        let id =  this.queryParam.jobId
+        this.queryParam = {}
+        this.dates = []
+        this.queryParam.jobId = id
+        this.loadData(1);
+      },
       executeImmediately:function (record) {
         this.$refs.modalForm.showDetails(record);
         this.$refs.modalForm.title = "鎶ラ敊淇℃伅";
@@ -293,6 +300,9 @@
         param.field = this.getQueryField();
         param.pageNo = this.ipagination.current;
         param.pageSize = this.ipagination.pageSize;
+        param.jobId = this.queryParam.jobId;
+        param.startTime = this.queryParam.startTime;
+        param.endTime =  this.queryParam.endTime;
         //鑾峰彇鐢ㄦ埛瀹氬埗鐨勫弬鏁板睘鎬�
         // if (this.getCustomQueryParams) {
         //   param = this.getCustomQueryParams(param);

--
Gitblit v1.9.3