|
@@ -472,6 +472,7 @@ export default {
|
|
|
handleFileDocSuccess2(response, file, fileList) {
|
|
|
this.$modal.msgSuccess("上传成功");
|
|
|
this.getFileList2();
|
|
|
+ this.$refs.doc.clearFiles();
|
|
|
},
|
|
|
openFileDialog2(row) {
|
|
|
this.file2.open = true;
|
|
@@ -501,9 +502,9 @@ export default {
|
|
|
},
|
|
|
//附件上传成功处理
|
|
|
handleFileDocSuccess(response, file, fileList) {
|
|
|
- console.log(response.data, '-----', this.file.id);
|
|
|
this.$modal.msgSuccess("上传成功");
|
|
|
this.getFileList();
|
|
|
+ this.$refs.doc.clearFiles();
|
|
|
},
|
|
|
handleSee(url) {
|
|
|
window.open(process.env.VUE_APP_BASE_API + url);
|