qingyiay
2023-03-28 5c01be6370291febe52adfa74fad8101a197c388
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,