From a7b7a20d335f695fb93517afebad2ae7d289b078 Mon Sep 17 00:00:00 2001 From: "zhigang.li@tendcloud.com" Date: Tue, 6 Nov 2018 17:53:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=9A=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E7=BB=84=E4=BB=B6=E5=9C=A8=E6=9C=AA=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD=E6=97=B6=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tables/tables.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tables/tables.vue b/src/components/tables/tables.vue index d142b2dc..fa2c235d 100644 --- a/src/components/tables/tables.vue +++ b/src/components/tables/tables.vue @@ -265,7 +265,7 @@ export default { }, value (val) { this.handleTableData() - this.handleSearch() + if (this.searchable) this.handleSearch() } }, mounted () {