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 @@
<div class="folderBox">
<component
:is="curCom"
v-if="curCom"
ref="folder"
level-one-disable
:readonly="true"
......@@ -37,20 +36,11 @@ export default {
selectNode: null
}
},
watch: {
dialogVisible: {
handler: async function(val) {
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
})
},
// created() {
// this.$utils.loadComponent('dee-doc', '/DxDocumentFolder', 'privateComponents').then(res => {
// this.curCom = res
// })
// },
methods: {
open(dxContext) {
this.fullPath = ''
......
......@@ -6,7 +6,7 @@ export default {
title: '高级组件配置',
data: [
{
key: 'multiple',
key: 'component.multiple',
title: '多选',
disabled: false,
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