From f574a6746738998c4c87a7d8b6d6abb852972c80 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期三, 27 九月 2023 15:46:22 +0800
Subject: [PATCH] style: 客户服务单模块样式调整

---
 src/views/service/serviceContract/index.vue |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/views/service/serviceContract/index.vue b/src/views/service/serviceContract/index.vue
index aa48f5a..520407a 100644
--- a/src/views/service/serviceContract/index.vue
+++ b/src/views/service/serviceContract/index.vue
@@ -205,16 +205,6 @@
         })
     },
     // 鎼滅储
-    searchClick(val, content) {
-      this.keyword = content
-      this.keywordType = val.label
-      this.getData()
-    },
-    resetClick() {
-      this.keyword = ""
-      this.keywordType = ""
-      this.getData()
-    },
     onFilterSearch(searchText){
       this.keyword = searchText ?? ""
       this.keywordType = "鏈嶅姟鍚堝悓缂栧彿"

--
Gitblit v1.8.0