#
whycq
2024-03-30 56fd0b3433ea569ac75bce80145c34b2f638e142
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]
                  } 
               }