mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 10:36:31 +08:00
修复在线表单高级查询页面编辑阶段左侧点击bug
This commit is contained in:
@@ -72,6 +72,7 @@ const treeDataList = computed(() => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const onNodeClick = () => {
|
const onNodeClick = () => {
|
||||||
|
if (form().isEdit) return;
|
||||||
if (!props.multiple) onSelectChange();
|
if (!props.multiple) onSelectChange();
|
||||||
};
|
};
|
||||||
const emit = defineEmits<{
|
const emit = defineEmits<{
|
||||||
|
|||||||
Reference in New Issue
Block a user