#
whycq
2024-07-22 e01dae65d8ea58d2cf8519aaac4ceba79b9c82a0
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)
               }