From d82d6b7b4700a32d58948d9b59ee9677982f6460 Mon Sep 17 00:00:00 2001
From: TsMask <340112800@qq.com>
Date: Fri, 24 May 2024 17:41:47 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BD=91=E5=85=83=E6=8E=88=E6=9D=83?=
=?UTF-8?q?=E5=8B=BE=E9=80=89=E9=87=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/NeInfoSoftwareLicense.vue | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/src/views/system/quick-start/components/NeInfoSoftwareLicense.vue b/src/views/system/quick-start/components/NeInfoSoftwareLicense.vue
index 2020cd4b..06173771 100644
--- a/src/views/system/quick-start/components/NeInfoSoftwareLicense.vue
+++ b/src/views/system/quick-start/components/NeInfoSoftwareLicense.vue
@@ -116,7 +116,7 @@ function fnRecordState() {
Modal.confirm({
title: t('common.tipTitle'),
content: t('views.system.quickStart.stepLicenseReloadTip'),
- onOk: async () => {
+ async onOk() {
if (state.confirmLoading) return;
state.confirmLoading = true;
// 勾选的网元数据
@@ -137,8 +137,10 @@ function fnRecordState() {
row.status = '0';
}
}
+
message.success(t('common.operateOk'), 3);
state.confirmLoading = false;
+ state.selectedRowKeys = [];
},
});
}
@@ -177,6 +179,7 @@ function fnRecordCode() {
}
state.confirmLoading = false;
+ state.selectedRowKeys = [];
},
});
}
@@ -287,7 +290,11 @@ onMounted(() => {
{{ t('views.system.quickStart.stepPrev') }}
-
+
{{ t('views.ne.neLicense.uploadBatch') }}
@@ -301,7 +308,6 @@ onMounted(() => {
>
{{ t('views.system.quickStart.stepLicenseReload') }}
- {{ state.selectedRowKeys.length || '' }}
{
>
{{ t('views.system.quickStart.stepLicenseDownCode') }}
- {{ state.selectedRowKeys.length || '' }}