#
whycq
2024-05-07 eb6a6e7b0d5f3996ea94239aa7cee00fabf601d4
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)
               }