From 46d550430310e83908bbb05c6da559b8ae2e6668 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 25 Nov 2022 13:45:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pingchang/AppCheckpointRegistration/Edit.vue | 2 +- src/project/pingchang/AppCommunityManagement/Edit.vue | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/project/pingchang/AppCheckpointRegistration/Edit.vue b/src/project/pingchang/AppCheckpointRegistration/Edit.vue index 9c87d6e6..5b6cdcd8 100644 --- a/src/project/pingchang/AppCheckpointRegistration/Edit.vue +++ b/src/project/pingchang/AppCheckpointRegistration/Edit.vue @@ -19,7 +19,7 @@ *出发地
- + {{ form.startAreaName }} 请选择 diff --git a/src/project/pingchang/AppCommunityManagement/Edit.vue b/src/project/pingchang/AppCommunityManagement/Edit.vue index 3994468d..b9866884 100644 --- a/src/project/pingchang/AppCommunityManagement/Edit.vue +++ b/src/project/pingchang/AppCommunityManagement/Edit.vue @@ -47,7 +47,7 @@ *出发地
- + {{ form.startAreaName }} 请选择 @@ -235,7 +235,8 @@ export default { ...this.form, startTime: this.form.startTime + ':00', arriveTime: this.form.arriveTime + ':00', - travelType: this.travelType.join(',') + travelType: this.travelType.join(','), + companionList: [] }).then((res) => { if (res.code == 0) { this.$u.toast('提交成功')