|
|
@@ -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) {
|