#
whycq
2024-05-07 172d04fc9d2d7afb28dd3de207f05bbf90a1b58e
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)
               }