yangan
2024-11-12 da15c79ba9a9c3baba16209a50f7d0fe00028e7b
pages/driver-page/appointment/appointment.vue
@@ -65,12 +65,14 @@
         };
      },
      onLoad(params) {
         console.log(params,'params')
         if (params.type == '入场申请') {
            this.isRCSQ = true;
            this.rcsqData.originalYyId = params.yyId;
            // this.yuYueSection = params.yuYueSection
            this.yuYueSection = this.getNowFormatDate();
         }
         this.yuYueSection = this.getNowFormatDate();
         this.yuYuePostParams.takeCoalId = params.takeCoalId;
         this.yuYueListParams.filedId = params.filedId;
         this.yuYueListParams.deptId = params.deptId;