Commit cfdf6c68 authored by wangdanlei's avatar wangdanlei

合并产品3.2修改代码

parent 75c8b3a5
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
<div class="folderBox"> <div class="folderBox">
<component <component
:is="curCom" :is="curCom"
v-if="curCom"
ref="folder" ref="folder"
level-one-disable level-one-disable
:readonly="true" :readonly="true"
...@@ -37,20 +36,11 @@ export default { ...@@ -37,20 +36,11 @@ export default {
selectNode: null selectNode: null
} }
}, },
watch: { created() {
dialogVisible: { this.$utils.loadComponent('dee-doc', '/DxDocumentFolder', 'privateComponents').then(res => {
handler: async function(val) { this.curCom = res
if (val && !this.curCom) { })
this.curCom = await this.$utils.loadComponent('dee-doc', '/DxDocumentFolder/index.vue', 'privateComponents')
}
}
}
}, },
// created() {
// this.$utils.loadComponent('dee-doc', '/DxDocumentFolder', 'privateComponents').then(res => {
// this.curCom = res
// })
// },
methods: { methods: {
open(dxContext) { open(dxContext) {
this.fullPath = '' this.fullPath = ''
......
...@@ -6,7 +6,7 @@ export default { ...@@ -6,7 +6,7 @@ export default {
title: '高级组件配置', title: '高级组件配置',
data: [ data: [
{ {
key: 'multiple', key: 'component.multiple',
title: '多选', title: '多选',
disabled: false, disabled: false,
component: { component: {
......
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