| | |
| | | }, |
| | | //跳转到泵详情界面 |
| | | 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框 |
| | |
| | | }); |
| | | return; |
| | | } |
| | | } |
| | | if (this.m_SelectSeriesID.length > 10) { |
| | | Toast.fail({ |
| | | duration: 1000, //为0时 不关闭toast框 |
| | | message: `${'选择的系列不能超过十个'}`, |
| | | forbidClick: true |
| | | }); |
| | | return |
| | | } |
| | | let groupPageData = { |
| | | //页面其他展示数据 |
| | |
| | | IsVisCorrect: this.m_prevPageData.DesignInfo.IsVisCorrect //是否修正粘度 默认false |
| | | } |
| | | }; |
| | | console.log(groupPageData,497) |
| | | //将筛选数据存储到vuex中 |
| | | this.$store.commit("instante/select/ByParas", { |
| | | //select 表示vuex的文件名 |