Browse Source

农事操作 修改初始化

master
邓宏 2 months ago
parent
commit
df2cee8f75
  1. 3
      pages/massif/add_farming.vue

3
pages/massif/add_farming.vue

@ -275,6 +275,7 @@ export default {
},
massif:{},
tempType:"",
saveInput:[],//
isShow:false,
eventChannel:null,
}
@ -307,7 +308,7 @@ export default {
operateTime: v.operateTime,
specificationId:v.specificationId,
specs:v.specs,
}))
}))||[]
})
this.formData.plotId=options.plotId
this.init()

Loading…
Cancel
Save