Skip to content

Commit

Permalink
Merge pull request #2 from yanghongfei/master
Browse files Browse the repository at this point in the history
fix bug修复cmdb 标签搜索报错问题
  • Loading branch information
ss1917 authored May 13, 2020
2 parents 8bca1a8 + 06bda20 commit 2022996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/view/cmdb2/tag_mg.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
allProxyList: [],
tableSelectIdList: [],
//
searchKey: "",
searchKey: "tag_name",
searchValue: "",
formValidate2: {
id: null,
Expand Down Expand Up @@ -686,7 +686,7 @@
if (e.target.value === "") this.tableData = this.value;
},
handleSearch() {
this.getTagList(this.pageNum,this.pageSize,this.searchKey, this.searchValue);
this.getTagList(this.searchKey, this.searchValue);
},
// table 选中的ID
handleSelectChange (val) {
Expand Down

0 comments on commit 2022996

Please sign in to comment.