Commit c97dd43d authored by zhang's avatar zhang

fix: (首页/检测内容/实施细则)修复转跳页面后章节选择问题

parent b42ad3ea
...@@ -48,6 +48,7 @@ empty ...@@ -48,6 +48,7 @@ empty
<span :class="{'clickChange':node.isCurrent}" style="display: flex; justify-content:center;align-items: center;" slot-scope="{ node,data }" > <span :class="{'clickChange':node.isCurrent}" style="display: flex; justify-content:center;align-items: center;" slot-scope="{ node,data }" >
<span >{{data.label}}</span> <span >{{data.label}}</span>
</span> </span>
</el-tree> </el-tree>
</ul> </ul>
</div> </div>
...@@ -160,7 +161,7 @@ export default { ...@@ -160,7 +161,7 @@ export default {
}, },
selectStandard(value) { selectStandard(value) {
this.$store.dispatch('standard/setStandard', '') this.$store.dispatch('standard/setStandard', '')
this.loadData() //this.loadData()
}, },
handleNodeClick(node,data){ handleNodeClick(node,data){
if(data.isCurrent){ if(data.isCurrent){
......
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