修改课程记录和考试记录,刷新后,已经打开的记录列表的图标不复原的问题

This commit is contained in:
田岩
2025-09-22 15:49:16 +08:00
parent ab353ad042
commit eea33dd604
4 changed files with 6 additions and 3 deletions
@@ -29,9 +29,12 @@
}
});
};
// 自定义下拉刷新下拉结束
const refresherTouchend = () => {
clearAll();
};
const props = defineProps<{
tabIndex: number;
currentIndex: number;
+1
View File
@@ -98,6 +98,7 @@ export function useItemList(fetchFunction, item) {
const clear = () => {
total.value = -1
data_list.length = 0
show_list_state.value = false
}
return {
status,