#
whycq
2024-05-18 0d0b43e3afcbc89bc0268eb0dc8477da88a5e8a9
pages/phyz/order/orderList.vue
@@ -197,6 +197,7 @@
            let _this = this
            let combList = []
            for (let k of _this.dataList) {
               k['csocode'] = k.threeCode
               if (k.checked) {
                  combList.push(k)
               }