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 = "服务合同编号"