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

应用构建删除镜像

parent ab092009
......@@ -388,6 +388,8 @@ export default {
.delete(`/apaas/hubApi/image/del/${item.name}`)
.then((response) => {
// console.log("已删除" + item.name);
this.image_datas = [];
this.image_page = 1;
this.initImageList();
})
.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