修改
This commit is contained in:
parent
a2d1ab333d
commit
4b7a923db7
@ -1129,7 +1129,6 @@ export default {
|
||||
if (this.deletUploadImages.length > 0) {
|
||||
updatePicture({ pictureUrlList: this.deletUploadImages }).then(
|
||||
(res) => {
|
||||
// this.open = false;
|
||||
}
|
||||
);
|
||||
}
|
||||
@ -1137,13 +1136,12 @@ export default {
|
||||
if (this.deletupdata.length > 0) {
|
||||
updatePicture({ pictureUrlList: this.deletupdata }).then(
|
||||
(res) => {
|
||||
// this.open = false;
|
||||
|
||||
}
|
||||
);
|
||||
}
|
||||
this.imgsurl = { pictureUrlList: [] };
|
||||
this.addopen = false;
|
||||
this.addopen = false;
|
||||
this.reset();
|
||||
},
|
||||
// 表单重置
|
||||
|
||||
Loading…
Reference in New Issue
Block a user