fix 80439

This commit is contained in:
danshihao
2024-01-05 14:37:44 +08:00
parent 9e008336d9
commit a113819d06
@@ -44,7 +44,7 @@
ref="table"
size="middle"
rowKey="id"
:scroll="{x:auto}"
:scroll="{x:'auto'}"
:pagination="false"
:columns="columns"
:dataSource="fileList"
@@ -192,6 +192,8 @@ export default {
},
close() {
this.$emit('close')
// fix:80439 解决弹窗下次打开时,回显历史数据
this.fileList = []
this.meetingFileIds = ''
this.type = ''
this.visible = false