#
whycq
2024-06-19 5ff3cf55bc673c0f70fa7024f5974a2052a0f8af
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)
               }