canghailong 6 ヶ月 前
コミット
af89eda136

+ 1 - 0
src/views/student/classCollect/index.vue

@@ -29,6 +29,7 @@
 		current: 1,
 		onChange: (page) => {
 			pagination.value.current = page
+			pagination.value.pageSize = size
 			getList(page)
 		},
 		pageSize: 10

+ 1 - 0
src/views/student/classNotice/index.vue

@@ -19,6 +19,7 @@
 		current: 1,
 		onChange: (page) => {
 			pagination.value.current = page
+			pagination.value.pageSize = size
 			getList()
 		},
 		pageSize: 10

+ 2 - 1
src/views/student/learningFootprint/index.vue

@@ -21,8 +21,9 @@
 	const listData = ref([])
 	const pagination = ref({
 		current: 1,
-		onChange: (page) => {
+		onChange: (page,size) => {
 			pagination.value.current = page
+			pagination.value.pageSize = size
 			getList()
 		},
 		pageSize: 10

ファイルの差分が大きいため隠しています
+ 0 - 0
stats.html


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません