巡检注释

This commit is contained in:
xuli
2025-12-17 09:41:22 +08:00
parent afb6d36c57
commit 78275cdc07

View File

@@ -164,7 +164,7 @@ const downOption = ref({
const downCallback = async (mescroll) => { const downCallback = async (mescroll) => {
try { try {
setTimeout(async ()=>{ setTimeout(async ()=>{
getTaskCount(); // getTaskCount();
getList(); getList();
mescroll.resetUpScroll(); mescroll.resetUpScroll();
},500); },500);