update 标准体系树展开收起问题
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
:show-line="true"
|
:show-line="true"
|
||||||
:show-icon="true"
|
:show-icon="true"
|
||||||
:tree-data="treeData"
|
:tree-data="treeData"
|
||||||
:expanded-keys="expandedKeys"
|
:expanded-keys.sync="expandedKeys"
|
||||||
:selectedKeys="currentTreeNode"
|
:selectedKeys="currentTreeNode"
|
||||||
:default-expand-all="defaultExpandAll">
|
:default-expand-all="defaultExpandAll">
|
||||||
<template #title="record">
|
<template #title="record">
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<a-tree :show-line="true"
|
<a-tree :show-line="true"
|
||||||
:show-icon="true"
|
:show-icon="true"
|
||||||
:tree-data="treeData"
|
:tree-data="treeData"
|
||||||
:expanded-keys="expandedKeys"
|
:expanded-keys.sync="expandedKeys"
|
||||||
:selected-keys="selectedTreeKeys">
|
:selected-keys="selectedTreeKeys">
|
||||||
<template #title="record">
|
<template #title="record">
|
||||||
<div class="tree-operate-node"
|
<div class="tree-operate-node"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<a-tree :show-line="true"
|
<a-tree :show-line="true"
|
||||||
:show-icon="true"
|
:show-icon="true"
|
||||||
:tree-data="treeData"
|
:tree-data="treeData"
|
||||||
:expanded-keys="expandedKeys"
|
:expanded-keys.sync="expandedKeys"
|
||||||
:selected-keys="selectedTreeKeys">
|
:selected-keys="selectedTreeKeys">
|
||||||
|
|
||||||
<template #title="record">
|
<template #title="record">
|
||||||
|
|||||||
Reference in New Issue
Block a user