#
whycq
2024-04-19 a9c5e6472fb609e23d6cfdf6fd7ad10af382a8b1
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)
               }