From 71958a00c7aaf00160a996dd90dc0f5aee096c21 Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Wed, 15 Jun 2022 17:07:16 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E7=A6=85=E9=81=93bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/ParameterLibraryAdd/index.vue | 6 +++++- .../components/ParameterItemCollectionList.vue | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/jero-web/src/components/ParameterLibraryAdd/index.vue b/jero-web/src/components/ParameterLibraryAdd/index.vue index d0b1eb865..7c92dfe48 100644 --- a/jero-web/src/components/ParameterLibraryAdd/index.vue +++ b/jero-web/src/components/ParameterLibraryAdd/index.vue @@ -64,7 +64,7 @@
{{ $t('cancel') }} - {{ $t('submit') }} + {{ $t('submit') }}
@@ -186,6 +186,7 @@ export default { if (valid) { this.flag = true this.spinLoading = true + this.confirmLoading = true //新增 let postDate = { paramsInfoPublishEOList: this.selectedRowKeysDate, @@ -202,6 +203,9 @@ export default { } ).finally(() => { this.flag = false + this.confirmLoading = false + this.$emit('areaVisible') + this.$emit('GetgetTableList') this.spinLoading = false this.newVisible = false }) diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index f8a3cce0b..ba3912564 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -146,7 +146,7 @@ - +