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

Loading…
Cancel
Save