pages/public-page/forward/forward.vue
@@ -69,7 +69,7 @@ } this.orderPlanId = params.orderPlanId; this.$reqGet('forwardList', { OrderPlanId: params.orderPlanId }).then(res => { if (res.data) { if (res.data.length !== 0) { this.jhOrderPlanForwardList = res.data.map(item => { return { id: item.id,