席位管理

This commit is contained in:
liuye
2024-01-05 11:15:43 +08:00
parent 312c17d985
commit 8f6917b10f

View File

@@ -214,7 +214,8 @@ export default {
toAnnouce(row) { toAnnouce(row) {
this.$emit('change', { this.$emit('change', {
type: 'AnnounceList', type: 'AnnounceList',
params:row params: row,
isRefresh: true
}) })
} }
}, },