巡检注释打开

This commit is contained in:
xuli
2026-01-04 13:14:21 +08:00
parent a97fabbef8
commit 0715c338f4
3 changed files with 6 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ onShow(()=>{
try { try {
showLoading("加载中...") showLoading("加载中...")
getList(); getList();
// getTaskCount(); getTaskCount();
hideLoading(); hideLoading();
} catch (error) { } catch (error) {
hideLoading(); hideLoading();
@@ -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);

View File

@@ -202,7 +202,7 @@ const initLoad =()=>{
getSalesTask(); getSalesTask();
getCommonServices(); getCommonServices();
getNewsList(); getNewsList();
// getTaskCount(); getTaskCount();
hideLoading(); hideLoading();
} catch (error) { } catch (error) {
hideLoading(); hideLoading();

View File

@@ -94,9 +94,9 @@ onLoad(async(opt) => {
// #endif // #endif
// 内网才有minio参数 // 内网才有minio参数
// if(networkEnv.value==1){ if(networkEnv.value==1){
// getMinioParam(); getMinioParam();
// } }
}); });