!13 修复了版本管理弹窗在删除操作后无法刷新数据列表的bug

Merge pull request !13 from 冰是睡着的水/develop
This commit is contained in:
KonBAI
2022-03-30 13:50:04 +00:00
committed by Gitee

View File

@@ -603,7 +603,7 @@ export default {
}).then(function() { }).then(function() {
return delDeployment(params); return delDeployment(params);
}).then(() => { }).then(() => {
this.getList(); this.getPublishList();
this.$modal.msgSuccess("删除成功"); this.$modal.msgSuccess("删除成功");
}) })
}, },