From 65d6a17e890a0380afc9c6b9c1098a535899c759 Mon Sep 17 00:00:00 2001
From: tanghaolin <1723298894@qq.com>
Date: 星期一, 05 九月 2022 10:53:27 +0800
Subject: [PATCH] 修改品牌筛选的bug

---
 src/views/EBook/SeriesDetailPump.vue |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/src/views/EBook/SeriesDetailPump.vue b/src/views/EBook/SeriesDetailPump.vue
index f01c803..4e3e34c 100644
--- a/src/views/EBook/SeriesDetailPump.vue
+++ b/src/views/EBook/SeriesDetailPump.vue
@@ -241,7 +241,7 @@
     initDetailFullInfo(){
         // console.log(JSON.parse(localStorage.getItem(this.$route.query.ID)),234)
         let lacalData = JSON.parse(localStorage.getItem(this.m_PumpSeriesID))
-        console.log(lacalData,244)
+        // console.log(lacalData,244)
         if(lacalData == null){
             this.getDetailFullInfo();
             return;
@@ -254,7 +254,7 @@
           return
         }
           let result = lacalData.resultData
-          console.log(result,256)
+          // console.log(result,256)
           this.m_PageTitle =result.SeriesInfo.Name;
           document.title = this.m_PageTitle
 
@@ -346,7 +346,7 @@
       })
         .then(function(res) {
           let result = res.data;
-          console.log(result,349)
+          // console.log(result,349)
           if (result.Code != 0) {
             _this.$toast.clear();
             return;
@@ -470,7 +470,6 @@
     //鐩戝惉鎼滅储妗嗗叧閿瓧鐨勫唴瀹�
     inputKeyWords(val) {
       this.filterSearchWords(val);
-
     },
     //娓呴櫎鎼滅储鍏抽敭瀛�
     clearKeyWords() {
@@ -537,8 +536,6 @@
             element.MotorPower = "鐢垫満鍔熺巼:" + element.MotorPower + "kW"
           }
         }
-
-
         element.RatedQ = UnitHelper.valueFormat(
           UnitHelper.getDispValueQ(
             UnitHelper.ConvertQ_fromM3H(
@@ -580,10 +577,6 @@
         pur: ConstParas.DetailPagePurpose.EBook //EBook = 0
       };
       this.gotoPage("/byParas/Index",query,null)
-      // this.$router.push({
-      //   path: `/${this.$getCurrentLanguageUrl()}/byParas/Index`,
-      //   query: query
-      // });
     },
     //鍥炲埌椤堕儴鐐瑰嚮浜嬩欢
     backTop() {

--
Gitblit v1.9.3