#
whycq
2024-04-26 a163c7a770b2dba17c8829fc7ede49a17a9176db
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)
               }