修改课程记录和考试记录,刷新后,已经打开的记录列表的图标不复原的问题
This commit is contained in:
@@ -29,9 +29,12 @@
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
// 自定义下拉刷新下拉结束
|
||||
const refresherTouchend = () => {
|
||||
clearAll();
|
||||
};
|
||||
|
||||
const props = defineProps<{
|
||||
tabIndex: number;
|
||||
currentIndex: number;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user