#
whycq
2024-04-08 dadb0c0eb3e8c0e494816c2c4d8a04e0d258eb12
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)
               }