diff --git a/src/components/Generator/components/Upload/UploadFz.vue b/src/components/Generator/components/Upload/UploadFz.vue index 59c30b6..4ff1f54 100644 --- a/src/components/Generator/components/Upload/UploadFz.vue +++ b/src/components/Generator/components/Upload/UploadFz.vue @@ -128,9 +128,11 @@ export default { // }).catch(() => { }) }, handleClick(file) { + console.log(file); + // 点击下载文件 if (!file.fileId) return - getDownloadUrl(this.type, file.fileId).then(res => { + getDownloadUrl(this.type, file.fileId, file.name).then(res => { if (res.data.url) window.location.href = this.define.comUrl + res.data.url }) } diff --git a/src/components/InfoForm/index.vue b/src/components/InfoForm/index.vue index fd095c5..3bb452a 100644 --- a/src/components/InfoForm/index.vue +++ b/src/components/InfoForm/index.vue @@ -119,6 +119,12 @@ + + + + + val == v.id); diff --git a/src/views/basePrincipalResponsibility/index.vue b/src/views/basePrincipalResponsibility/index.vue index 6bd11fc..20068fa 100644 --- a/src/views/basePrincipalResponsibility/index.vue +++ b/src/views/basePrincipalResponsibility/index.vue @@ -36,7 +36,7 @@ - + diff --git a/src/views/baseSystemInfo/DetailForm.vue b/src/views/baseSystemInfo/DetailForm.vue index a74e2b1..9cb6d33 100644 --- a/src/views/baseSystemInfo/DetailForm.vue +++ b/src/views/baseSystemInfo/DetailForm.vue @@ -35,6 +35,12 @@

{{ dataForm.systemClass | dynamicTextClassName(systemClassOptions) }}

+ +
+
备案号:
+

{{ dataForm.systemRecordNumber || "--" }}

+
+