songshankun
2023-09-28 0e4984e9c6cf5a384a3e67fc6178d38aa9a2e4a2
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 = "服务合同编号"