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()