Commit 5ccc84d426a3a7ecc5ecbb44b64235ac5505c80d
1 parent
bf328dd1
feat: update 指标修改
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/Order/components/CheckModal.tsx
@@ -65,7 +65,7 @@ export default ({ | @@ -65,7 +65,7 @@ export default ({ | ||
65 | }); | 65 | }); |
66 | 66 | ||
67 | //附件 | 67 | //附件 |
68 | - let annex = res?.data[0].afterSalesAnnexList; | 68 | + let annex = res?.data[0]?.afterSalesAnnexList; |
69 | 69 | ||
70 | let annexLinks = annex?.map((f) => { | 70 | let annexLinks = annex?.map((f) => { |
71 | return ( | 71 | return ( |