소스 검색

feat(供应商):视频尽调 动产附件展示

liutao 5 달 전
부모
커밋
d6efdffacc
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/views/creditManage/supplierManage/videoDue/components/CorporateGoodwill/index.vue

+ 4 - 1
src/views/creditManage/supplierManage/videoDue/components/CorporateGoodwill/index.vue

@@ -255,7 +255,7 @@
         <cy-upload
           :upload-params="{}"
           disabled
-          :file-data="defaultDatailsInfo.files"
+          :file-data="chattelFile"
           :upload-from-orange-status="true"
           placeholder="请上传附件"
         />
@@ -310,6 +310,9 @@ export default {
   computed: {
     defaultDatailsInfo() {
       return this.datailsInfo.value?.corporateGoodwill
+    },
+    chattelFile() {
+      return this.datailsInfo.value?.files || []
     }
   },
   watch: {