From 06bda20a94007bea6610157d15e2c03cfadad432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hi=EF=BC=8CI=E2=80=98m=20Yangxiaofei?= Date: Wed, 13 May 2020 13:04:42 +0800 Subject: [PATCH] =?UTF-8?q?fix=20bug=E4=BF=AE=E5=A4=8Dcmdb=20=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E6=90=9C=E7=B4=A2=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit searchKey: "tag_name", handleSearch() { this.getTagList( // this.pageNum, // this.pageSize, this.searchKey, this.searchValue ); --- src/view/cmdb2/tag_mg.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/cmdb2/tag_mg.vue b/src/view/cmdb2/tag_mg.vue index 642193a..1bc92e9 100644 --- a/src/view/cmdb2/tag_mg.vue +++ b/src/view/cmdb2/tag_mg.vue @@ -172,7 +172,7 @@ allProxyList: [], tableSelectIdList: [], // - searchKey: "", + searchKey: "tag_name", searchValue: "", formValidate2: { id: null, @@ -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) {