|
@@ -25,9 +25,9 @@
|
|
|
</div>
|
|
|
<div class="pType_box all_choose" v-if="oid == '69893dca-1d47-11ed-8c78-005056b86db5'">
|
|
|
<span>类型</span>
|
|
|
- <el-radio-group @change="CourseType2Change" v-model="pTypeCheckName" style="display: flex; align-items: center">
|
|
|
+ <el-radio-group v-model="pTypeCheckName" style="display: flex; align-items: center">
|
|
|
<div class="all_choose" style="width: 100px" v-for="(item, index) in CourseType2" :key="index">
|
|
|
- <el-radio :label="item.name">{{
|
|
|
+ <el-radio :label="item.name" @click.native.prevent="CourseType2Click(item.name)">{{
|
|
|
item.name
|
|
|
}}</el-radio>
|
|
|
</div>
|
|
@@ -334,6 +334,31 @@ export default {
|
|
|
this.pTypeCheck.push(...typeA.id);
|
|
|
}
|
|
|
}
|
|
|
+ this.typea = ""
|
|
|
+ this.typeb = ""
|
|
|
+ this.typed = ""
|
|
|
+ this.getCourse();
|
|
|
+ },
|
|
|
+ CourseType2Click(val){
|
|
|
+ this.pTypeCheck = [];
|
|
|
+ this.typeE = []
|
|
|
+ if(val === this.pTypeCheckName){
|
|
|
+ this.pTypeCheckName = ''
|
|
|
+ }else{
|
|
|
+ this.pTypeCheckName = val
|
|
|
+ for (var i = 0; i < this.CourseType2.length; i++) {
|
|
|
+ let typeA = this.CourseType2[i];
|
|
|
+ if (val.indexOf(typeA.name) != -1) {
|
|
|
+ this.pTypeCheck.push(...typeA.id);
|
|
|
+ this.typeE = [...typeA.id]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ this.typea = ""
|
|
|
+ this.typeb = ""
|
|
|
+ this.typed = ""
|
|
|
+ this.getCourse();
|
|
|
},
|
|
|
goToCourse(courseId) {
|
|
|
if (courseId) {
|
|
@@ -463,7 +488,11 @@ export default {
|
|
|
if (typeName == "年级") {
|
|
|
if (type == 1) {
|
|
|
if (this.typeE.indexOf(typeid) != -1) {
|
|
|
- this.typeE.splice(this.typeE.indexOf(typeid), 1);
|
|
|
+ if(this.oid == '69893dca-1d47-11ed-8c78-005056b86db5'){
|
|
|
+ return
|
|
|
+ }else{
|
|
|
+ this.typeE.splice(this.typeE.indexOf(typeid), 1);
|
|
|
+ }
|
|
|
} else {
|
|
|
this.typeE.push(typeid);
|
|
|
if (this.typea != "") {
|
|
@@ -473,6 +502,9 @@ export default {
|
|
|
} else {
|
|
|
if (this.typea == typeid) {
|
|
|
this.typea = "";
|
|
|
+ if(this.oid == '69893dca-1d47-11ed-8c78-005056b86db5'){
|
|
|
+ this.typeE.push(ftypeId);
|
|
|
+ }
|
|
|
} else {
|
|
|
this.typea = typeid;
|
|
|
if (this.typeE.indexOf(ftypeId) != -1) {
|
|
@@ -483,7 +515,11 @@ export default {
|
|
|
} else if (typeName == "专栏") {
|
|
|
if (type == 1) {
|
|
|
if (this.typeE.indexOf(typeid) != -1) {
|
|
|
- this.typeE.splice(this.typeE.indexOf(typeid), 1);
|
|
|
+ if(this.oid == '69893dca-1d47-11ed-8c78-005056b86db5'){
|
|
|
+ return
|
|
|
+ }else{
|
|
|
+ this.typeE.splice(this.typeE.indexOf(typeid), 1);
|
|
|
+ }
|
|
|
} else {
|
|
|
this.typeE.push(typeid);
|
|
|
if (this.typeb != "") {
|
|
@@ -493,6 +529,9 @@ export default {
|
|
|
} else {
|
|
|
if (this.typeb == typeid) {
|
|
|
this.typeb = "";
|
|
|
+ if(this.oid == '69893dca-1d47-11ed-8c78-005056b86db5'){
|
|
|
+ this.typeE.push(ftypeId);
|
|
|
+ }
|
|
|
} else {
|
|
|
this.typeb = typeid;
|
|
|
if (this.typeE.indexOf(ftypeId) != -1) {
|
|
@@ -503,7 +542,11 @@ export default {
|
|
|
} else if (typeName == "栏目") {
|
|
|
if (type == 1) {
|
|
|
if (this.typeE.indexOf(typeid) != -1) {
|
|
|
- this.typeE.splice(this.typeE.indexOf(typeid), 1);
|
|
|
+ if(this.oid == '69893dca-1d47-11ed-8c78-005056b86db5'){
|
|
|
+ return
|
|
|
+ }else{
|
|
|
+ this.typeE.splice(this.typeE.indexOf(typeid), 1);
|
|
|
+ }
|
|
|
} else {
|
|
|
this.typeE.push(typeid);
|
|
|
if (this.typeb != "") {
|
|
@@ -513,6 +556,9 @@ export default {
|
|
|
} else {
|
|
|
if (this.typeb == typeid) {
|
|
|
this.typeb = "";
|
|
|
+ if(this.oid == '69893dca-1d47-11ed-8c78-005056b86db5'){
|
|
|
+ this.typeE.push(ftypeId);
|
|
|
+ }
|
|
|
} else {
|
|
|
this.typeb = typeid;
|
|
|
if (this.typeE.indexOf(ftypeId) != -1) {
|
|
@@ -523,7 +569,11 @@ export default {
|
|
|
} else if (typeName == "主题") {
|
|
|
if (type == 1) {
|
|
|
if (this.typeE.indexOf(typeid) != -1) {
|
|
|
- this.typeE.splice(this.typeE.indexOf(typeid), 1);
|
|
|
+ if(this.oid == '69893dca-1d47-11ed-8c78-005056b86db5'){
|
|
|
+ return
|
|
|
+ }else{
|
|
|
+ this.typeE.splice(this.typeE.indexOf(typeid), 1);
|
|
|
+ }
|
|
|
} else {
|
|
|
this.typeE.push(typeid);
|
|
|
if (this.typeb != "") {
|
|
@@ -533,6 +583,9 @@ export default {
|
|
|
} else {
|
|
|
if (this.typeb == typeid) {
|
|
|
this.typeb = "";
|
|
|
+ if(this.oid == '69893dca-1d47-11ed-8c78-005056b86db5'){
|
|
|
+ this.typeE.push(ftypeId);
|
|
|
+ }
|
|
|
} else {
|
|
|
this.typeb = typeid;
|
|
|
if (this.typeE.indexOf(ftypeId) != -1) {
|
|
@@ -543,7 +596,11 @@ export default {
|
|
|
} else if (typeName == "学院") {
|
|
|
if (type == 1) {
|
|
|
if (this.typeE.indexOf(typeid) != -1) {
|
|
|
- this.typeE.splice(this.typeE.indexOf(typeid), 1);
|
|
|
+ if(this.oid == '69893dca-1d47-11ed-8c78-005056b86db5'){
|
|
|
+ return
|
|
|
+ }else{
|
|
|
+ this.typeE.splice(this.typeE.indexOf(typeid), 1);
|
|
|
+ }
|
|
|
} else {
|
|
|
this.typeE.push(typeid);
|
|
|
if (this.typeb != "") {
|
|
@@ -553,6 +610,9 @@ export default {
|
|
|
} else {
|
|
|
if (this.typeb == typeid) {
|
|
|
this.typeb = "";
|
|
|
+ if(this.oid == '69893dca-1d47-11ed-8c78-005056b86db5'){
|
|
|
+ this.typeE.push(ftypeId);
|
|
|
+ }
|
|
|
} else {
|
|
|
this.typeb = typeid;
|
|
|
if (this.typeE.indexOf(ftypeId) != -1) {
|
|
@@ -563,7 +623,11 @@ export default {
|
|
|
} else if (typeName == "学科") {
|
|
|
if (type == 1) {
|
|
|
if (this.typeE.indexOf(typeid) != -1) {
|
|
|
- this.typeE.splice(this.typeE.indexOf(typeid), 1);
|
|
|
+ if(this.oid == '69893dca-1d47-11ed-8c78-005056b86db5'){
|
|
|
+ return
|
|
|
+ }else{
|
|
|
+ this.typeE.splice(this.typeE.indexOf(typeid), 1);
|
|
|
+ }
|
|
|
} else {
|
|
|
this.typeE.push(typeid);
|
|
|
if (this.typed != "") {
|
|
@@ -573,6 +637,9 @@ export default {
|
|
|
} else {
|
|
|
if (this.typed == typeid) {
|
|
|
this.typed = "";
|
|
|
+ if(this.oid == '69893dca-1d47-11ed-8c78-005056b86db5'){
|
|
|
+ this.typeE.push(ftypeId);
|
|
|
+ }
|
|
|
} else {
|
|
|
this.typed = typeid;
|
|
|
if (this.typeE.indexOf(ftypeId) != -1) {
|
|
@@ -1544,5 +1611,9 @@ export default {
|
|
|
.pType_box {
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
+.pType_box >>> .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
|
|
|
+ -webkit-box-shadow: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+}
|
|
|
|
|
|
</style>
|