BUG 29594

This commit is contained in:
aixianling
2022-05-12 18:14:24 +08:00
parent ec41626868
commit 2004368c90
2 changed files with 74 additions and 48 deletions

View File

@@ -12,7 +12,7 @@ import Add from './components/Add'
import BuildMsg from './components/BuildMsg'
export default {
label: '楼栋管理',
label: '楼栋管理(sass)',
name: 'AppBuildManage',
props: {
instance: Function,
@@ -41,7 +41,7 @@ export default {
if (data.type === 'buildmsg') {
this.component = 'BuildMsg'
this.params = { ...data.params }
this.params = {...data.params}
}
if (data.type == 'list') {