|
|
@ -542,9 +542,6 @@ |
|
|
|
console.log(delSid.sid); |
|
|
|
for(var i=0;i<this.ImgSid.length;i++){ |
|
|
|
if(this.ImgSid[i].sid==delSid.sid){ |
|
|
|
// this.ImgSid = this.ImgSid.splice(i, 1) |
|
|
|
let arrImg=this.ImgSid.splice(i, 1) |
|
|
|
console.log(this.ImgSid); |
|
|
|
for(var i=0;i<this.ImgSid.length;i++){ |
|
|
|
var ARRSid=[] |
|
|
|
ARRSid.push(this.ImgSid[i].sid) |
|
|
@ -585,6 +582,8 @@ |
|
|
|
|
|
|
|
} |
|
|
|
this.ImgSid=[] |
|
|
|
this.ValSid=[] |
|
|
|
this.ARRSid=[] |
|
|
|
this.title= "【新增】项目信息", |
|
|
|
this.$emit('doback') |
|
|
|
}, |
|
|
@ -638,7 +637,6 @@ |
|
|
|
this.ValSid=val |
|
|
|
}, |
|
|
|
guanlianSid(){ |
|
|
|
this.formobj.storeHouseProjectDto.shSids=[] |
|
|
|
let val=this.ValSid |
|
|
|
this.ImgSid=this.ValSid |
|
|
|
for(let i=0;i<val.length;i++){ |
|
|
|