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 = "报错信息";