From 0f1c365610566a64c3fa4a826444054c82f36a0b Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Wed, 16 Mar 2022 11:18:12 +0800 Subject: [PATCH] commit --- src/components/roleTree/index.vue | 2 +- src/pages/details/otherStandardDetails/index.vue | 11 +++-------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/components/roleTree/index.vue b/src/components/roleTree/index.vue index 34cae976d..6bfcb1889 100644 --- a/src/components/roleTree/index.vue +++ b/src/components/roleTree/index.vue @@ -82,7 +82,7 @@ diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 6dae89bff..413c11b8a 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -1745,13 +1745,9 @@ @@ -3655,6 +3651,7 @@ export default { }, handleRelatedTermsDrawerSubmit() { + this.btnLoading = true this.$refs['relatedTermsSelect'].handleSubmit(() => { this.selectSarStandItems() @@ -3664,8 +3661,6 @@ export default { type: 'success' }); }) - - }, closeRelatedTermsDrawer() { this.$refs['relatedTermsDrawer'].closeDrawer()