This commit is contained in:
yanran200730
2022-07-15 10:40:02 +08:00
parent edda197051
commit 8317137068
4 changed files with 381 additions and 144 deletions

View File

@@ -45,6 +45,11 @@
this.params = data.params
}
if (data.type === 'Detail') {
this.component = 'Detail'
this.params = data.params
}
if (data.type === 'list') {
this.component = 'List'
this.params = data.params