15774b1f by lihua

fix: 选中文件夹

1 parent 02a357c2
......@@ -59,7 +59,7 @@
<Tree ref="treeInfoRef" :treeInfo="folderTreeInfo" @nodeClick="nodeClick" key="path"
@loadNode="loadFolderTreeNode" />
</div>
<div class="folder-foot">{{ '当前选中文件夹路径:' + (clickSelectNode.path || '--') }}</div>
<div class="folder-foot">{{ '当前选中文件夹路径:' + (dialogOpenSelectNode.path || '--') }}</div>
</template>
</Dialog>
<div v-show="clickSelectNode.path && dicomStatisticsData.state" class="folder-foot">{{ '当前提取文件夹路径:' +
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!