From a1d1dbc9084e5a8213aa903ffab3956a2e0f8cec Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 10 Jan 2024 11:27:32 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug80598?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/ApprovalBaseInfo.vue | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardInitChange/modules/ApprovalBaseInfo.vue b/src/views/workCenter/enterpriseStandardInitChange/modules/ApprovalBaseInfo.vue index a8c34c7b..69b09d37 100644 --- a/src/views/workCenter/enterpriseStandardInitChange/modules/ApprovalBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardInitChange/modules/ApprovalBaseInfo.vue @@ -592,7 +592,7 @@ - + @@ -840,8 +840,7 @@ export default { rangeOfApplication: true, // 适用范围部分 projectStatement: true // 立项说明部分 }, - uploadName: '', - fileMaxSize: undefined + uploadName: '' } }, created () { @@ -981,11 +980,6 @@ export default { }, // 点击文件上传 clickButtonToUpload (fieldName) { - if (fieldName === 'uploadAttachment') { - this.fileMaxSize = 10 - } else { - this.fileMaxSize = undefined - } this.$refs.uploadFile.open(this.formInline[fieldName]) this.uploadName = fieldName },