|
@ -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() |
|
|