diff --git a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue index 9bb8595..74c5a41 100644 --- a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue +++ b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue @@ -219,7 +219,7 @@
- {{ $t('delete') }} + {{ $t('delete') }}
@@ -854,12 +854,13 @@ export default { handleDownload (id, name) { // 下载文件 downloadFile(`/sys/common/download/${id}`, name) - }, + } } }