Crunchy
2024-07-15 9a34ff2378be183e5dd80dc1b7ac98579589ff62
src/components/do/b1-ins-order/add.vue
@@ -2221,7 +2221,9 @@
      handleAll(e) {
        if (e.length > 0) {
          this.productList.map(m => {
            m.state = 1
            if(e.find(a=>a.id == m.id)){
              m.state = 1
            }
            return m
          })
        } else {