Sfoglia il codice sorgente

首页数据更新

HD_wangm 4 mesi fa
parent
commit
6989528ae8
1 ha cambiato i file con 17 aggiunte e 0 eliminazioni
  1. 17 0
      pages/index/index.uvue

+ 17 - 0
pages/index/index.uvue

@@ -512,6 +512,23 @@
 			keep.onStartCSystemTimer(10,function(){
 				console.log("onStartCSystemTimer ");
 				getNofiyMes();
+				// 加载待接单数量
+				loadAssignedCount()
+				
+				// 加载待自评工单数量
+				loadSelfScoreCount()
+				
+				// 加载超时工单数量
+				loadOverdueCount()
+				
+				// 加载已挂起工单数量
+				loadSuspendedCount()
+				
+				// 加载待审批工单数量
+				loadApproveCount()
+				// 超时工单列表
+				loadOverdueList()
+				
 				keep.acquire(1000);// 唤醒一秒钟
 			});
 			uni.setStorageSync("notify_key", "1")