1、下拉刷新状态更新

This commit is contained in:
wangzimeng 2025-08-08 17:48:17 +08:00
parent feb49c78de
commit bdf089d7e2
4 changed files with 4 additions and 2 deletions

View File

@ -144,6 +144,7 @@
})
const dictLabel = ref(null)
const tagList = ref([])
const homrS = ref(false)
onLoad(() => {
getList();

View File

@ -81,7 +81,7 @@
keywords: null,
})
const classCount = ref(0)
const homrS = ref('')
const homrS = ref(false)
const loadStatus = ref('')
onLoad(() => {
getList();

View File

@ -94,7 +94,7 @@
// const today = ref('')
const feetHisList = ref([])
const homrS = ref('')
const homrS = ref(false)
const feetCount = ref(0);
const loadStatus = ref('');
//

View File

@ -185,6 +185,7 @@
list_rows: 10,
status: '',
})
const homrS = ref(false)
const tabMaps = [{
name: '全部',
value: '3',