瀏覽代碼

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: {