lxp
2024-08-07 ab82ddf55b5c41d495d4a62d849d88d464e5f256
src/components/do/b1-ins-order/add.vue
@@ -2864,9 +2864,8 @@
      getTotal() {
        this.totalArr = []
        this.total = 0;
        // console.log(this.sampleList)
        this.sampleList.forEach(item => {
          if (item.insProduct && item.insProduct.length > 0) {
          if (item.insProduct  && item.insProduct.length > 0) {
            item.insProduct.forEach(a => {
              this.totalArr.push(a)
            })