fix 81494

This commit is contained in:
赵霄
2024-01-30 14:17:55 +08:00
parent 1143abcd6d
commit 9e10a543c4
@@ -183,6 +183,9 @@ export default {
handleTableChange (pagination) {
this.ipagination = pagination
this.loadData()
},
displayFile (text) {
this.$refs.fileDisplayModal.open(text)
}
}
}