From 34266da44ee2cd9f1222acb7aad1e9e175a52d2f Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 24 May 2024 17:42:28 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=A7=BB=E9=99=A4=E6=97=A0=E6=95=88?= =?UTF-8?q?=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ne/neLicense/components/EditModal.vue | 1 - .../quick-start/components/NeInfoSoftwareInstall.vue | 12 +++--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/src/views/ne/neLicense/components/EditModal.vue b/src/views/ne/neLicense/components/EditModal.vue index 9015de4a..2e8c6cb1 100644 --- a/src/views/ne/neLicense/components/EditModal.vue +++ b/src/views/ne/neLicense/components/EditModal.vue @@ -167,7 +167,6 @@ function fnUploadFile(up: UploadRequestOption) { uploadFile(formData) .then(res => { if (res.code === RESULT_CODE_SUCCESS) { - message.success('upload success', 3); // 改为完成状态 const file = modalState.uploadFiles[0]; file.percent = 100; diff --git a/src/views/system/quick-start/components/NeInfoSoftwareInstall.vue b/src/views/system/quick-start/components/NeInfoSoftwareInstall.vue index aeff0a2f..0e097e1a 100644 --- a/src/views/system/quick-start/components/NeInfoSoftwareInstall.vue +++ b/src/views/system/quick-start/components/NeInfoSoftwareInstall.vue @@ -1,10 +1,5 @@