Commit 4d57370d authored by 赵帅's avatar 赵帅

details

parent 1128fc75
...@@ -210,18 +210,10 @@ ...@@ -210,18 +210,10 @@
</hm-complex-detail> </hm-complex-detail>
</div> </div>
</template> </template>
<script>
import HmComplexDetail from './HmComplexDetail.vue'
import schema from '../../schemas/hm_org_schema'
<script>
export default { export default {
name: 'HmComplexDetail', name: 'HmComplexDetail',
// 继承其他组件
extends: {},
// 使用其它组件
components: {
'hm-complex-detail': HmComplexDetail
},
data() { data() {
return { return {
schema: { schema: {
...@@ -430,7 +422,8 @@ ...@@ -430,7 +422,8 @@
filters: { filters: {
}, },
created() { created() {
this.tableId = '0e26566e953449a7a7500c34be39fd26' this.tableId = '0e26566e953449a7a7500c34be39fd26'
this.schema = schema
}, },
methods: {} methods: {}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment