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] } }