#
whycq
2024-05-14 8e9c41fa816530bf97ce3c9ac0088e73b72f34c6
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)
               }