mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
取消选择
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div id="case-list-content">
|
||||
<div style="margin-bottom:30px" class="case-banner">
|
||||
<portal-header current="case" textColor="#fff" @emitInput="emitInput" @showClass="showClass"></portal-header>
|
||||
<portal-header @type1="handleType" :type="queryCondition" current="case" textColor="#fff" @emitInput="emitInput" @showClass="showClass"></portal-header>
|
||||
</div>
|
||||
<div class="xcontent2">
|
||||
<!-- 新增的案例分类 -->
|
||||
@@ -706,6 +706,9 @@ export default {
|
||||
|
||||
},
|
||||
methods: {
|
||||
handleType(msg){
|
||||
this.queryCondition.type = msg
|
||||
},
|
||||
handleOptionClick(treeItem){
|
||||
this.treeList.forEach(one => {
|
||||
one.checked = false;
|
||||
|
||||
Reference in New Issue
Block a user