fix 81755

This commit is contained in:
赵霄
2024-02-05 09:04:02 +08:00
parent 4acbfe7e9b
commit db2e9a7138
@@ -244,6 +244,9 @@ export default {
displayDataSource: {
handler (value) {
this.dataSource = value || []
if (this.dataSource.length > 0) {
this.loadSubTable(this.dataSource[0])
}
},
deep: true,
immediate: true