pages/driver-page/appointment/appointment.vue
@@ -97,7 +97,6 @@
         this.rcsqData.yyId = value.id;
         this.rcsqData.deptId = value.deptId;
         this.rcsqData.filedId = value.filedId;
         console.log(this.rcsqData, '入场申请请求');
         this.$reqPost('saveRCSQ', this.rcsqData, 'json').then(res => {
            if (res.code == 0) {
               this.$u.toast('新建入场申请成功。');