Source/ProjectWeb/src/components/dynamic-components/dynamic-tree.vue
@@ -31,6 +31,14 @@ export default { name: "dynamic-tree", props:{ //ui上下文的业务类型(或链接类型) uiBtmType: { type: String }, //ui上下文 uiContext:{ type: String }, componentVO:{ type:Object, default: {} @@ -47,6 +55,10 @@ //菜单源数据或者弹窗时按钮所属区域的上一区域选中数据 type:Object, default: {} }, //上一区域业务类型 sourceBtmType:{ type: String }, dataStore:{ //弹窗时按钮所属区域选中数据 @@ -80,6 +92,7 @@ this.$emit("setDataStore", { area: this.areasName, type:this.componentVO.uiComponentType, btmType:this.componentVO.treeDefineVO.btmType, dataStore:newval }); }