处理巡逻打卡列表时间筛选 处理时间轴图片展示处理

This commit is contained in:
maojiacai
2025-09-18 18:36:36 +08:00
parent 4e07b3381a
commit aed0ed60ba
8 changed files with 124 additions and 51 deletions

View File

@ -37,6 +37,7 @@ const onRefresh = () => {
}
const getData = async () => {
loading.value = true;
try {
const { total, ...ret } = pageData
const res = await getSelectPage({ ...ret, bddMc: searchValue.value })