Commit d4fb36e5 authored by 徐一鸣's avatar 徐一鸣

应用构建删除镜像

parent ab092009
...@@ -388,6 +388,8 @@ export default { ...@@ -388,6 +388,8 @@ export default {
.delete(`/apaas/hubApi/image/del/${item.name}`) .delete(`/apaas/hubApi/image/del/${item.name}`)
.then((response) => { .then((response) => {
// console.log("已删除" + item.name); // console.log("已删除" + item.name);
this.image_datas = [];
this.image_page = 1;
this.initImageList(); this.initImageList();
}) })
.catch((error) => { .catch((error) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment