remove console log
This commit is contained in:
parent
43f817c875
commit
85568e6ce5
1 changed files with 0 additions and 1 deletions
|
|
@ -134,7 +134,6 @@ export default function FieldDrawer(props: Props) {
|
||||||
hPlanAPI
|
hPlanAPI
|
||||||
.listHarvestPlans(1, 0, "desc", "createDate", field.key(), as)
|
.listHarvestPlans(1, 0, "desc", "createDate", field.key(), as)
|
||||||
.then(resp => {
|
.then(resp => {
|
||||||
console.log(resp)
|
|
||||||
if (resp.data.harvestPlan) {
|
if (resp.data.harvestPlan) {
|
||||||
let plan = resp.data.harvestPlan[0];
|
let plan = resp.data.harvestPlan[0];
|
||||||
setHPlan(HarvestPlan.any(plan));
|
setHPlan(HarvestPlan.any(plan));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue