Ver código fonte

个人内容参数

liqk 4 anos atrás
pai
commit
476aaecc4f

+ 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 => {