This commit is contained in:
zhaofang
2022-11-23 20:51:46 +08:00
parent 96d7c8f1fc
commit e548d52074
2 changed files with 4 additions and 4 deletions

View File

@@ -592,8 +592,8 @@
this.noPageList= true,//判断接口是否还有数据
this.noDataList= true,//判断接口是否还有数据
this.changeList();
},
changeConType(item) {
},
changeConType(item) {
this.dataFilter.courseParams = {};
this.conType = item.type;
this.changeList();

View File

@@ -116,8 +116,8 @@
</view>
<view>
<text class="cinfo-tag1">{{convertTypeName(courseInfo.sysType1)}}</text>
<text v-if="courseInfo.sysType2" class="cinfo-tag2">{{convertTypeName(courseInfo.sysType2)}}</text>
<text v-if="courseInfo.sysType3" class="cinfo-tag2">{{convertTypeName(courseInfo.sysType3)}}</text>
<text v-if="courseInfo.sysType2!= '' && courseInfo.sysType2!= '0'" class="cinfo-tag2">{{convertTypeName(courseInfo.sysType2)}}</text>
<text v-if="courseInfo.sysType3!= '' && courseInfo.sysType3!= '0'" class="cinfo-tag2">{{convertTypeName(courseInfo.sysType3)}}</text>
</view>
</view>