修复版本管理弹窗删除后不刷新的bug

This commit is contained in:
冰是睡着的水
2022-03-30 08:50:23 +00:00
committed by Gitee
parent adb13c4a91
commit e65c2222e2

View File

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