value
2024-06-13 86180d1e80a0cc6faf147495d7e78bfeaf329214
src/components/do/b1-ins-order/add.vue
@@ -957,7 +957,7 @@
              return a
            })),
            pairing: JSON.stringify(this.bsm2Val2)
          })
            })
          }).then(res => {
            this.saveLoad = false
            if (res.code == 201) return
@@ -1113,6 +1113,8 @@
          this.sample.insProduct = []
          this.sample.id = this.count
          this.sample.childSampleList = []
          this.sample.insulating = null
          this.sample.sheath = null
          this.sampleList.push(this.HaveJson(this.sample))
          this.count++
        }