소스 검색

no message

linwenxin 7 달 전
부모
커밋
64296c433a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/packageAttachment/pages/beyondInsuranceTransferToSale/card.vue

+ 1 - 1
src/packageAttachment/pages/beyondInsuranceTransferToSale/card.vue

@@ -62,7 +62,7 @@ export default {
   },
   computed: {
     info() {
-      return this.item.partsOldRefundManageRecordList[0] || {}
+      return this.item?.partsOldRefundManageRecordList?.[0] || {}
     }
   },
   methods: {