#
whycq
2024-04-15 d3e9d00e6b73a2f7d782e16975239f6e166ccdc9
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)
               }