|
@@ -32,12 +32,13 @@ export default defineComponent({
|
|
|
if (state.platformType === 'TEACHER') {
|
|
|
tempParams.myself = false
|
|
|
}
|
|
|
+ console.log({...defauleParams})
|
|
|
const params = reactive({
|
|
|
search: (route.query.search as string) || '',
|
|
|
albumTagIds: route.query.tagids || '',
|
|
|
page: 1,
|
|
|
...tempParams,
|
|
|
- ...defauleParams
|
|
|
+ ...defauleParams,
|
|
|
})
|
|
|
const data = ref<any>(null)
|
|
|
const loading = ref(false)
|