#
whycq
2024-06-13 9a3efe8ce5946a3ea78ed7605be53f8fd0a21dbf
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)
               }