1
This commit is contained in:
parent
77df5422fd
commit
f5c36d0b89
@ -3370,7 +3370,9 @@ export default {
|
||||
this.contractList[0].fileList.forEach((item, index) => {
|
||||
if (file.file.url == item.url) {
|
||||
this.contractList[0].fileList.splice(index, 1);
|
||||
this.contractList[0].imageUrl= this.contractList[0].imageUrl.split(",").splice(index, 1).join(",")
|
||||
// console.log(this.contractList[0].imageUrl.split(","));
|
||||
// this.contractList[0].imageUrl.split(",").splice(index, 1).join(",")
|
||||
this.contractList[0].imageUrl= "";
|
||||
}
|
||||
});
|
||||
console.log(file, this.contractList);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user