delete mine history 8.14
This commit is contained in:
@@ -146,7 +146,8 @@ export default {
|
||||
let files = [];
|
||||
// console.log(this.uploadImageList);
|
||||
this.uploadImageList.forEach((item, index) => {
|
||||
// files[index] = '';
|
||||
// 赋默认值
|
||||
files[index] = '';
|
||||
// console.log(item);
|
||||
item.forEach((img, idx) => {
|
||||
if(idx < item.length-1) {
|
||||
|
||||
Reference in New Issue
Block a user