소스 검색

个人内容参数

liqk 4 년 전
부모
커밋
476aaecc4f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      TEAMModelOS/ClientApp/src/view/teachcontent/index.vue

+ 1 - 1
TEAMModelOS/ClientApp/src/view/teachcontent/index.vue

@@ -970,7 +970,7 @@ export default {
                     "name": this.routerScope == 'school' ? this.$store.state.userInfo.schoolCode : this.$store.state.userInfo.TEAMModelId,
                     "type": this.activeType,
                     "scope": this.routerScope,
-                    "periodId": this.filterPeriod
+                    "periodId": this.routerScope == 'school' ? this.filterPeriod : ''
                 }
                 this.$api.blob.listBlobInfo(rd, this.urlString, this.containerName).then(
                     res => {