修改
This commit is contained in:
parent
1b1e54ca6f
commit
9f64999a02
@ -928,6 +928,8 @@ export default {
|
||||
// 弹出层标题
|
||||
title: "",
|
||||
deletNewImgs: [],
|
||||
NewImgs:[],
|
||||
objitempicture:[],
|
||||
objitem: [],
|
||||
// 是否显示弹出层
|
||||
open: false,
|
||||
@ -1199,6 +1201,8 @@ export default {
|
||||
console.log(this.deletupdata)
|
||||
},
|
||||
imgUrl2(imgUrl) {
|
||||
// this.NewImgs.push(imgUrl);
|
||||
// this.objitempicture.push(imgUrl);
|
||||
console.log(imgUrl, "新上传");
|
||||
this.form.personPictureUrl = imgUrl;
|
||||
this.deletUploadImages.push(imgUrl);
|
||||
@ -1351,7 +1355,7 @@ export default {
|
||||
}
|
||||
);
|
||||
}
|
||||
console.log("",this.deletupdata)
|
||||
console.log("11111",this.NewImgs)
|
||||
if (this.deletupdata.length > 0) {
|
||||
updatePicture({ pictureUrlList: this.deletupdata }).then(
|
||||
(res) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user