BUG 29594
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user