|
@@ -997,6 +997,9 @@ export default {
|
|
|
let tempArry = [];
|
|
let tempArry = [];
|
|
|
let fileNameList = [];
|
|
let fileNameList = [];
|
|
|
let addFileNameList = [];
|
|
let addFileNameList = [];
|
|
|
|
|
+ if(this.form.fileList==null) {
|
|
|
|
|
+ this.form.fileList=[];
|
|
|
|
|
+ }
|
|
|
this.form.fileList.forEach((x) => {
|
|
this.form.fileList.forEach((x) => {
|
|
|
let fileObj = JSON.parse(x);
|
|
let fileObj = JSON.parse(x);
|
|
|
fileNameList.push(fileObj.name);
|
|
fileNameList.push(fileObj.name);
|