From 0a97e5129fc2c434fceda7eeeddd73e589b227dc Mon Sep 17 00:00:00 2001
From: tanghaolin <1723298894@qq.com>
Date: 星期三, 07 九月 2022 15:06:45 +0800
Subject: [PATCH] 修改泵类型查询时出错的bug

---
 src/views/Select/PumpCategory.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/Select/PumpCategory.vue b/src/views/Select/PumpCategory.vue
index 8fe8f7a..e90a4d9 100644
--- a/src/views/Select/PumpCategory.vue
+++ b/src/views/Select/PumpCategory.vue
@@ -345,7 +345,7 @@
       if (this.currentCheckedCategory == "") {
         this.showPopover = true;
         setTimeout(function() {
-          _this.showPopover = false;
+          this.showPopover = false;
         }, 3000);
       } else {
         this.showPopover = false;

--
Gitblit v1.9.3