From d5ecc7bb5925ec9dc0e9f7fd11ef86e2a315e44d Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Fri, 10 Feb 2023 21:08:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2=E8=AF=B7?= =?UTF-8?q?=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/stock/mana.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pages/stock/mana.vue b/pages/stock/mana.vue index efc17d0..d5aca36 100644 --- a/pages/stock/mana.vue +++ b/pages/stock/mana.vue @@ -124,8 +124,8 @@ - - + + @@ -175,6 +175,13 @@ export default { this.search() }, methods:{ + trigger(e){ + if(this.searchVal.substanceType!=e){ + this.searchVal.substanceType=e; + this.clean(); + this.search() + } + }, clean(){ this.list=[] this.total=0