删除
This commit is contained in:
parent
0379390fee
commit
e69dd3b500
@ -1197,8 +1197,9 @@ export default {
|
|||||||
obj.pictureUrlList.push(row.itemPictureUrl);
|
obj.pictureUrlList.push(row.itemPictureUrl);
|
||||||
updatePicture(obj).then((res) => {
|
updatePicture(obj).then((res) => {
|
||||||
});
|
});
|
||||||
this.getList();
|
|
||||||
this.$modal.msgSuccess("删除成功");
|
this.$modal.msgSuccess("删除成功");
|
||||||
|
this.getList();
|
||||||
})
|
})
|
||||||
.catch(() => {});
|
.catch(() => {});
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user