我有一个问题,但无法解决。 this.state={ date: "2019-01-01" }
<DateTime
defaultValue={this.state.date}
timeFormat={false}
onChange={onChange}
/>
中发送的消费量:
http://url/Items?$ select = ItemCode,ItemWarehouseInfoCollection
在WS Rest ODATA
中返回了一个类型为array的复杂对象,但是我只需要“ Locked”和“ WarehouseCode”项。
ItemWarehouseInfoCollection
由于这个原因,我的渲染太高了,我已经尝试限制$ select的使用,但是我没有成功,有人可以帮助我吗?