未验证 提交 66141d58 编写于 作者: Z zhuangchong 提交者: GitHub

fix the page does not refresh after clicking the delete function.. (#4360)

上级 46443a6f
......@@ -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 || '')
})
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册