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