spring
2025-03-05 d84ce4c19f67b22cbca8cb14bda37ec0cbb718fd
src/views/business/materialOrder/copperOrder.vue
@@ -617,11 +617,12 @@
  mounted() {
    this.active = this.$route.query.active
    this.currentId = this.$route.query.currentId
    this.getInfoRow();
  },
  activated() {
    if (this.active==1) {
    this.active = this.$route.query.active
    this.currentId = this.$route.query.currentId
      this.getInfoRow();
    }
  },
  methods: {
    getInfoRow() {
@@ -1195,7 +1196,7 @@
    },
    getProNum() {
      this.sampleSelectionList.forEach((m, i) => {
        Vue.set(this.sampleSelectionList[i], 'proNum', m.insProduct.filter(a => a.state == 1).length)
        Vue.set(this.sampleSelectionList[i], 'proNum', 1)
      })
      this.$refs.sampleTable.doLayout()
    },