|
|
@@ -533,7 +533,7 @@ export default {
|
|
|
);
|
|
|
} else if (fieldList[i].type == "file") {
|
|
|
let _text = ``;
|
|
|
- if(!fieldList[i].value || !fileList[i].value.length<=0)continue;
|
|
|
+ if(!fieldList[i].value || !fieldList[i].value.length<=0)continue;
|
|
|
// this.fieldList[i].value.forEach(async f => {
|
|
|
for (let j = 0; j < fieldList[i].value.length; j++) {
|
|
|
let f = fieldList[i].value[j];
|