#
whycq
2024-05-07 4bfdb8f5d74e9b55360ed45db27f7f428b9d0b6b
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)
               }