diff --git a/src/project/fengdu/AppPhotoReport/PhotoForm.vue b/src/project/fengdu/AppPhotoReport/PhotoForm.vue index ea9b26e..5d917d7 100644 --- a/src/project/fengdu/AppPhotoReport/PhotoForm.vue +++ b/src/project/fengdu/AppPhotoReport/PhotoForm.vue @@ -233,7 +233,7 @@ export default { this.form.girdName = v.girdName }, toSelectType() { - uni.navigateTo({url: `./selectType`}) + uni.navigateTo({url: `./selectType?groupId=${this.form.groupId}`}) } } } diff --git a/src/project/fengdu/AppPhotoReport/selectType.vue b/src/project/fengdu/AppPhotoReport/selectType.vue index 0437510..06b70e1 100644 --- a/src/project/fengdu/AppPhotoReport/selectType.vue +++ b/src/project/fengdu/AppPhotoReport/selectType.vue @@ -21,7 +21,6 @@