From c521e62a38460d18c6d9bb1e48e86970f788dfd8 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Tue, 13 Aug 2024 13:59:40 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug88531?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/EngineerInitBaseInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue index 1afb49f..70fadb8 100644 --- a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue +++ b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue @@ -271,7 +271,7 @@ const FILE_TYPE_PDF = 'pdf' const CAN_PREVIEW_FILE_SUFFIX = ['jpg', 'jpeg', 'png', 'pdf', 'doc', 'docx', 'xls', 'xlsx', 'ppt', 'pptx'] const uidGenerator = () => { - return '-' + parseInt(Math.random() * 10000 + 1, 10) + return '-' + parseInt(Math.random() * 1000000 + 1, 10) } export default {