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