diff --git a/pages/massif/plant_plan.vue b/pages/massif/plant_plan.vue index 2ee3bf1..13a1ada 100644 --- a/pages/massif/plant_plan.vue +++ b/pages/massif/plant_plan.vue @@ -135,6 +135,7 @@ export default { this.formData=res.data this.fields.images.value=res.data.images?.join?.(',')||'' this.fields.plantType.value=res.data.plantType + this.formData.plantType=res.data.plantType[1] }else{ uni.showModal({ title:"提示",