Commit 73a14841 authored by 张耀's avatar 张耀

feat:

去除console
parent 2a882ef5
...@@ -156,7 +156,6 @@ const Add = () => { ...@@ -156,7 +156,6 @@ const Add = () => {
}; };
const emits = defineEmits(["undate:modelValue"]); const emits = defineEmits(["undate:modelValue"]);
const treeNodeChoose = (data, node) => { const treeNodeChoose = (data, node) => {
console.log("data, node: ", data, node);
if (node.level == 1) return; if (node.level == 1) return;
emits("update:modelValue", { data, node }); emits("update:modelValue", { data, node });
}; };
......
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