| src/views/tickets/ticket.vue | ●●●●● patch | view | raw | blame | history |
src/views/tickets/ticket.vue
@@ -2421,8 +2421,6 @@ // 获取时间的接口 getCreateEventJob(that.reCheckData.id).then(res => { loading.close() ElMessageBox.confirm(`预计复核执行时间为${res.data.data}`, '提示', { confirmButtonText: '确定', showCancelButton: false, // 关键配置 @@ -2433,6 +2431,9 @@ this.fetchTableData() this.fetchTabCounts() }) }).catch(() => { this.reCheckDialog = false loading.close() }) } },