From 29584f6da1308adee5e8fcfccb67be3da6f3bcb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Wed, 7 Dec 2022 11:36:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/OperateGoodsInfo/index.vue | 1 + src/views/system/goodsInfo/goodsInfojs.js | 1 + src/views/system/station/index.vue | 1 + src/views/system/stationItem/index.vue | 1 + 4 files changed, 4 insertions(+) diff --git a/src/views/system/OperateGoodsInfo/index.vue b/src/views/system/OperateGoodsInfo/index.vue index 64e12f4..111fe70 100644 --- a/src/views/system/OperateGoodsInfo/index.vue +++ b/src/views/system/OperateGoodsInfo/index.vue @@ -889,6 +889,7 @@ export default { console.log(res); }); } + this.imgsurl = { pictureUrlList: [] }; this.$modal.msgSuccess("修改成功"); this.open = false; diff --git a/src/views/system/goodsInfo/goodsInfojs.js b/src/views/system/goodsInfo/goodsInfojs.js index 9ecc3eb..1cea757 100644 --- a/src/views/system/goodsInfo/goodsInfojs.js +++ b/src/views/system/goodsInfo/goodsInfojs.js @@ -388,6 +388,7 @@ export default { console.log(res); }); } + this.imgsurl = { pictureUrlList: [] }; this.$modal.msgSuccess("修改成功"); this.open = false; this.getList(); diff --git a/src/views/system/station/index.vue b/src/views/system/station/index.vue index 16fea33..7bd6a5d 100644 --- a/src/views/system/station/index.vue +++ b/src/views/system/station/index.vue @@ -821,6 +821,7 @@ export default { if (obj.pictureUrlList.length > 0) { updatePicture(obj).then((res) => {}); } + this.imgsurl = { pictureUrlList: [] }; this.$modal.msgSuccess("修改成功"); this.open = false; this.info(); diff --git a/src/views/system/stationItem/index.vue b/src/views/system/stationItem/index.vue index 3af67b6..9f2db16 100644 --- a/src/views/system/stationItem/index.vue +++ b/src/views/system/stationItem/index.vue @@ -1115,6 +1115,7 @@ export default { if (obj.pictureUrlList.length > 0) { updatePicture(obj).then((res) => {}); } + this.imgsurl = { pictureUrlList: [] }; this.form.nurseStationItemPrices.forEach((e) => { e.price = Number(e.price); });