|
|
@@ -349,7 +349,7 @@
|
|
|
class="tylsz"
|
|
|
v-for="(item, index) in eList"
|
|
|
:key="index"
|
|
|
- @click="item.id === 0 ? activeAll(1) : active1(item)"
|
|
|
+ @click="active1(item)"
|
|
|
:class="item.id === selObj.eId ? 'activeStys' : ''"
|
|
|
>{{ item.educationName }}</view
|
|
|
>
|
|
|
@@ -360,7 +360,7 @@
|
|
|
class="tylszB"
|
|
|
v-for="(item, index) in bList"
|
|
|
:key="index"
|
|
|
- @click="item.id === 0 ? activeAll(2) : active2(item)"
|
|
|
+ @click="active2(item)"
|
|
|
:class="item.id === selObj.bId ? 'activeStys2' : ''"
|
|
|
>{{ item.aliasName }}</view
|
|
|
>
|