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('提交成功')