Browse Source

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

liutao 5 months ago
parent
commit
d6efdffacc

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