This commit is contained in:
X_Rian 2024-06-04 19:58:19 +08:00
parent 77df5422fd
commit f5c36d0b89

View File

@ -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);