#
whycq
2024-04-05 82de02f5d5b50f78176ebdffbe472d66a7d7845c
pages/phyz/order/orderList.vue
@@ -116,7 +116,9 @@
                  res = res.data
                  console.log(res);
                  if (res.code === 200) {
                     res.data.records
                     _this.dataList = res.data.records
                     _this.oldDataList = [..._this.dataList]
                  } 
               }
@@ -195,6 +197,7 @@
            let _this = this
            let combList = []
            for (let k of _this.dataList) {
               k['csocode'] = k.threeCode
               if (k.checked) {
                  combList.push(k)
               }