|
@@ -126,7 +126,7 @@ export default {
|
|
const findex = this.fileList.map(f => f.url).indexOf(file.url);
|
|
const findex = this.fileList.map(f => f.url).indexOf(file.url);
|
|
if(findex > -1) {
|
|
if(findex > -1) {
|
|
if (file.url!=null){
|
|
if (file.url!=null){
|
|
- picDel({picUrl:file.url}).then(res=>{})
|
|
|
|
|
|
+ // picDel({picUrl:file.url}).then(res=>{})
|
|
this.fileList.splice(findex, 1);
|
|
this.fileList.splice(findex, 1);
|
|
}
|
|
}
|
|
}
|
|
}
|