From a2d504ded904442db62dbae635bf2ca775d1d0fb Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 1 Aug 2024 11:14:20 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E7=AC=A6=E5=90=88=E6=80=A7=E6=8E=92=E6=9F=A5=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E7=94=9F=E6=88=90=E7=9A=84=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA?= 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 77d79d5..c7a5141 100644 --- a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue +++ b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue @@ -703,7 +703,7 @@ export default { if (Array.isArray(res.message) && res.message.length > 0) { this.messageLineFeed(this.$t('fileUploadError'), res.message) } else if (/
|<\/br>|/.test(res.message)) { - this.messageLineFeedByBr(this.$t('fileUploadError'), res.messagee) + this.messageLineFeedByBr(this.$t('fileUploadError'), res.message) } else { this.$message.warning(res.message) }