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); });