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