#
whycq
2024-05-25 a8e681a32ad2012bcd1dce0cac0a5507b027f3e6
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)
               }