From e69dd3b5000d1eef8ef37920848581ebafa24459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Thu, 17 Nov 2022 13:18:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/stationItem/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/system/stationItem/index.vue b/src/views/system/stationItem/index.vue index 4cb61bf..c249d4e 100644 --- a/src/views/system/stationItem/index.vue +++ b/src/views/system/stationItem/index.vue @@ -1197,8 +1197,9 @@ export default { obj.pictureUrlList.push(row.itemPictureUrl); updatePicture(obj).then((res) => { }); - this.getList(); + this.$modal.msgSuccess("删除成功"); + this.getList(); }) .catch(() => {}); },