修复版本管理弹窗删除后不刷新的bug
This commit is contained in:
@@ -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("删除成功");
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user