diff --git a/src/components/common/custom-module/condition-config/index.vue b/src/components/common/custom-module/condition-config/index.vue new file mode 100644 index 00000000..84462296 --- /dev/null +++ b/src/components/common/custom-module/condition-config/index.vue @@ -0,0 +1,58 @@ + + + \ No newline at end of file diff --git a/src/components/model-custom/components/index.vue b/src/components/model-custom/components/index.vue index 8fc4f8de..2e5ead01 100644 --- a/src/components/model-custom/components/index.vue +++ b/src/components/model-custom/components/index.vue @@ -444,7 +444,6 @@ watch(() => center_height.value, () => { }, }, })); - console.log(diy_data.value); // 容器高度变化时,组件不绑定右侧数据 emits('rightUpdate', {}); draggable_container.value = true;