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