fix 80439
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user