This commit is contained in:
闫晓茹 2023-03-13 10:32:04 +08:00
parent a2d1ab333d
commit 4b7a923db7

View File

@ -1129,7 +1129,6 @@ export default {
if (this.deletUploadImages.length > 0) { if (this.deletUploadImages.length > 0) {
updatePicture({ pictureUrlList: this.deletUploadImages }).then( updatePicture({ pictureUrlList: this.deletUploadImages }).then(
(res) => { (res) => {
// this.open = false;
} }
); );
} }
@ -1137,13 +1136,12 @@ export default {
if (this.deletupdata.length > 0) { if (this.deletupdata.length > 0) {
updatePicture({ pictureUrlList: this.deletupdata }).then( updatePicture({ pictureUrlList: this.deletupdata }).then(
(res) => { (res) => {
// this.open = false;
} }
); );
} }
this.imgsurl = { pictureUrlList: [] }; this.imgsurl = { pictureUrlList: [] };
this.addopen = false; this.addopen = false;
this.addopen = false;
this.reset(); this.reset();
}, },
// //