#
whycq
2024-05-08 d3b1fdbdfeac8f5db38fc2ba29a9bf73b9ddf2b5
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)
               }