重试刷新列表
This commit is contained in:
parent
89078d94dc
commit
b62f16c80e
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue