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