!13 修复了版本管理弹窗在删除操作后无法刷新数据列表的bug
Merge pull request !13 from 冰是睡着的水/develop
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