#
whycq
2024-04-01 f11f38fbd00c39c9a021807b6b585c6fb0c5aa96
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]
                  } 
               }