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(() => {}); },