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