tanghaolin
2022-09-05 65d6a17e890a0380afc9c6b9c1098a535899c759
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() {