zhuzhuanzhuan
2023-08-18 873d5bb99b87ef0b904513a599c777b208a889f8
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 = "报错信息";