重试刷新列表

This commit is contained in:
caoqianming 2022-10-25 13:55:53 +08:00
parent 89078d94dc
commit b62f16c80e
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ export default {
this.$API.wf.ticket.retryScript.req(row.id).then(res => { this.$API.wf.ticket.retryScript.req(row.id).then(res => {
this.$message.success("任务执行下发成功"); this.$message.success("任务执行下发成功");
this.$refs.table.refresh();
}); });
}, },
handleQuery() { handleQuery() {