#
whycq
2024-04-03 176aa7e9ef2002158bcf5c1a8deb5423875f6aa0
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]
                  } 
               }