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 dictLabel = ref(null)
const tagList = ref([]) const tagList = ref([])
const homrS = ref(false)
onLoad(() => { onLoad(() => {
getList(); getList();

View File

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

View File

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

View File

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