|
@@ -452,8 +452,8 @@
|
|
this.form = response.data;
|
|
this.form = response.data;
|
|
this.fileData.filePath = this.form.content==""?"/profile/doc/NewCreate.doc":this.form.content;
|
|
this.fileData.filePath = this.form.content==""?"/profile/doc/NewCreate.doc":this.form.content;
|
|
this.fileData.user = this.form.user;
|
|
this.fileData.user = this.form.user;
|
|
|
|
+ if (response.data.accessory!=""){
|
|
var files= response.data.accessory.split(",")
|
|
var files= response.data.accessory.split(",")
|
|
- alert(files.length)
|
|
|
|
for (var i=0;i<files.length;i++){
|
|
for (var i=0;i<files.length;i++){
|
|
var fiellist={
|
|
var fiellist={
|
|
"name":files[i].substring(files[i].lastIndexOf("/")+1,files[i].length),
|
|
"name":files[i].substring(files[i].lastIndexOf("/")+1,files[i].length),
|
|
@@ -461,6 +461,7 @@
|
|
}
|
|
}
|
|
this.upload.oldFileList.push(fiellist)
|
|
this.upload.oldFileList.push(fiellist)
|
|
}
|
|
}
|
|
|
|
+ }
|
|
|
|
|
|
});
|
|
});
|
|
},
|
|
},
|
|
@@ -475,8 +476,6 @@
|
|
this.contentOpen = true;
|
|
this.contentOpen = true;
|
|
},
|
|
},
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
// 取消按钮
|
|
// 取消按钮
|
|
cancel() {
|
|
cancel() {
|
|
this.$emit('getList');
|
|
this.$emit('getList');
|