提交 f6a00f1c 作者: 18928357778

改-设备租赁-地域选择非空判断

上级 05f9c55a
...@@ -108,7 +108,7 @@ export default function EquipmentLeasing(props: Props) { ...@@ -108,7 +108,7 @@ export default function EquipmentLeasing(props: Props) {
) )
.then((res) => { .then((res) => {
setProductList( setProductList(
res.result?.list.map((item) => { res.result?.list?.map((item) => {
return { element: leftDom(item) }; return { element: leftDom(item) };
}) || [] }) || []
); );
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论