This commit is contained in:
闫晓茹 2022-11-17 13:18:18 +08:00
parent 0379390fee
commit e69dd3b500

View File

@ -1197,8 +1197,9 @@ export default {
obj.pictureUrlList.push(row.itemPictureUrl);
updatePicture(obj).then((res) => {
});
this.getList();
this.$modal.msgSuccess("删除成功");
this.getList();
})
.catch(() => {});
},