|
@@ -137,6 +137,7 @@
|
|
|
<div class="box1 textEmpty">
|
|
|
<el-upload
|
|
|
class="upload-demo"
|
|
|
+ ref="uploadRef"
|
|
|
action="#"
|
|
|
:auto-upload="false"
|
|
|
:show-file-list="false"
|
|
@@ -488,6 +489,7 @@ export default {
|
|
|
this.$api.uploadFile(formData).then(response=>{
|
|
|
if(response.code == 200){
|
|
|
let guid = response.data[0]
|
|
|
+ this.$refs.uploadRef.clearFiles()
|
|
|
let guids = []
|
|
|
if( this.reportMessage.systemFileList){
|
|
|
guids = this.reportMessage.systemFileList.map(item=>{
|