后端传回的对象包含了一个HashMap,确定是有值的,但读不到- const getCommodityPageList = () => {
- post("/construction/collectProduct", params).then(result => {
- commodityPageList.value = result.data;
- console.log(commodityPageList.value[0].productBigDecimalMap1)
- console.log(commodityPageList.value[0].productBigDecimalMap1.get(35))
- });
- }
复制代码
|