yangan
2024-12-09 41123735ff799f93c0ed0cfaec34d75f7c4cc09b
pages/driver-page/appointment/appointment.vue
@@ -74,6 +74,7 @@
         this.yuYueListParams.filedId = params.filedId;
         this.yuYueListParams.deptId = params.deptId;
         this.yuYueListParams.sendDate = params.sendDate;
         this.yuYueListParams.coalName = params.coalName;
         this.coalStatus = params.coalStatus;
         this.tmId = params.tmId
      },
@@ -123,7 +124,7 @@
                     })
                  }, 1500);
               } else {
                  this.$u.toast(res.msg ? res.msg : '预约失败');
                  this.$u.toast(res.msg ? res.msg.replaceAll('<br/>',"\n").replaceAll(/\n/g, "\n").replaceAll(/\r/g, "\r") : '预约失败');
               }
            })
         },