diff --git a/ruoyi-ui/src/views/workflow/definition/index.vue b/ruoyi-ui/src/views/workflow/definition/index.vue index 12d26a7d..2f877a9e 100644 --- a/ruoyi-ui/src/views/workflow/definition/index.vue +++ b/ruoyi-ui/src/views/workflow/definition/index.vue @@ -603,7 +603,7 @@ export default { }).then(function() { return delDeployment(params); }).then(() => { - this.getList(); + this.getPublishList(); this.$modal.msgSuccess("删除成功"); }) },