|
@@ -143,7 +143,6 @@ const loadNode = async (node: any, resolve: any) => {
|
|
const { result } = await hotSpotType({ id: node.data.id ? node.data.id : null });
|
|
const { result } = await hotSpotType({ id: node.data.id ? node.data.id : null });
|
|
resolve(result);
|
|
resolve(result);
|
|
state.id = modelValue;
|
|
state.id = modelValue;
|
|
- console.log(modelValue,'111')
|
|
|
|
if (showCheckbox) {
|
|
if (showCheckbox) {
|
|
treeRef.value.setCheckedKeys(modelValue);
|
|
treeRef.value.setCheckedKeys(modelValue);
|
|
const nodes = treeRef.value.getCheckedNodes();
|
|
const nodes = treeRef.value.getCheckedNodes();
|