巡检注释打开

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 {
showLoading("加载中...")
getList();
// getTaskCount();
getTaskCount();
hideLoading();
} catch (error) {
hideLoading();
@@ -164,7 +164,7 @@ const downOption = ref({
const downCallback = async (mescroll) => {
try {
setTimeout(async ()=>{
// getTaskCount();
getTaskCount();
getList();
// mescroll.resetUpScroll();
},500);

View File

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

View File

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