#
whycq
2024-04-23 d735d2db2e9f256fc9d6a52d891e7b4f4e79e4ca
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)
               }