#
whycq
2024-05-29 a9bf429ca5886ec03d4a3205f0425a7a421b6b8b
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)
               }