From d4fb36e5388596c93d4a3214e41068a0bb393265 Mon Sep 17 00:00:00 2001 From: xuyiming Date: Wed, 3 Jun 2020 17:27:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=94=A8=E6=9E=84=E5=BB=BA=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/workbench/app_build.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/workbench/app_build.vue b/src/pages/workbench/app_build.vue index a1d3383..0c9a1fa 100644 --- a/src/pages/workbench/app_build.vue +++ b/src/pages/workbench/app_build.vue @@ -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) => { -- 2.26.0