#
whycq
2024-07-17 bbfe4dd2532bbd41c7f9d26285c7f0aae84ccb54
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)
               }