1、下拉刷新状态更新
This commit is contained in:
parent
feb49c78de
commit
bdf089d7e2
@ -144,6 +144,7 @@
|
||||
})
|
||||
const dictLabel = ref(null)
|
||||
const tagList = ref([])
|
||||
const homrS = ref(false)
|
||||
|
||||
onLoad(() => {
|
||||
getList();
|
||||
|
@ -81,7 +81,7 @@
|
||||
keywords: null,
|
||||
})
|
||||
const classCount = ref(0)
|
||||
const homrS = ref('')
|
||||
const homrS = ref(false)
|
||||
const loadStatus = ref('')
|
||||
onLoad(() => {
|
||||
getList();
|
||||
|
@ -94,7 +94,7 @@
|
||||
// const today = ref('')
|
||||
|
||||
const feetHisList = ref([])
|
||||
const homrS = ref('')
|
||||
const homrS = ref(false)
|
||||
const feetCount = ref(0);
|
||||
const loadStatus = ref('');
|
||||
// 接口传参
|
||||
|
@ -185,6 +185,7 @@
|
||||
list_rows: 10,
|
||||
status: '',
|
||||
})
|
||||
const homrS = ref(false)
|
||||
const tabMaps = [{
|
||||
name: '全部',
|
||||
value: '3',
|
||||
|
Loading…
x
Reference in New Issue
Block a user