diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/timing/_source/list.vue b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/timing/_source/list.vue index f773edfae1..b566976c3e 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/timing/_source/list.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/timing/_source/list.vue @@ -141,11 +141,10 @@ this.deleteTiming({ scheduleId: item.id }).then(res => { - this.$refs[`poptip-delete-${i}`][0].doClose() + this.pageNo = 1 + this._getScheduleList('false') this.$message.success(res.msg) - this.$router.push({ name: 'projects-definition-list' }) }).catch(e => { - this.$refs[`poptip-delete-${i}`][0].doClose() this.$message.error(e.msg || '') }) },