ouyj 5 months ago
parent
commit
bc69819808
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pages/worktime/index.uvue

+ 3 - 3
pages/worktime/index.uvue

@@ -217,7 +217,7 @@ function getWorkOrderTypeText(orderType: string | null): string {
 // 获取统计数据
 function getStatistics() {
   const params: UTSJSONObject = {
-    keyword: searchKeyword.value,
+    //keyword: searchKeyword.value,
     orderType: orderTypeFilter.value,
     timeRange: timeRange.value
   }
@@ -296,13 +296,13 @@ function loadData(isRefresh: boolean) {
 
 function handleSearch() {
   loadData(true)
-  getStatistics()
+  //getStatistics()
 }
 
 function clearSearch() {
   searchKeyword.value = ""
   loadData(true)
-  getStatistics()
+  //getStatistics()
 }
 
 function filterByOrderType(type: string) {