tanghaolin
2023-08-11 71fb04704331503a5369b6ab17f3e222cd5c0735
src/views/Select/SelSeries.vue
@@ -465,8 +465,8 @@
    },
    //跳转到泵详情界面
    toSelPumpList() {
      if (this.m_SelectSeriesID.length == 0) {
        let Toast = this.$toast;
      if (this.m_SelectSeriesID.length == 0) {
        if (this.m_selectIndex == 1) {
          Toast.fail({
            duration: 1000, //为0时 不关闭toast框
@@ -491,6 +491,14 @@
          });
          return;
        }
      }
      if (this.m_SelectSeriesID.length > 10) {
        Toast.fail({
            duration: 1000, //为0时 不关闭toast框
            message: `${'选择的系列不能超过十个'}`,
            forbidClick: true
          });
        return
      }
      let groupPageData = {
        //页面其他展示数据
@@ -526,7 +534,6 @@
          IsVisCorrect: this.m_prevPageData.DesignInfo.IsVisCorrect //是否修正粘度 默认false
        }
      };
      console.log(groupPageData,497)
      //将筛选数据存储到vuex中
      this.$store.commit("instante/select/ByParas", {
        //select 表示vuex的文件名