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