ouyj 5 месяцев назад
Родитель
Сommit
bc69819808
1 измененных файлов с 3 добавлено и 3 удалено
  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) {