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