#
whycq
2024-05-20 3248fb0c8bd02ae9fde9724b9c1f5d03216b0108
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)
               }