#
whycq
2025-02-13 da67e764cb4e7c6f64bf5f172ea874f42d1ad2d2
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)
               }