From d688b4b2138c8687c441be15c31ca24ab96798ed Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Fri, 7 Jan 2022 10:34:31 +0800 Subject: [PATCH] commit --- .../standContrast/pages/comparisonClauses.vue | 6 ++++-- .../enterpriseStandardPlan/index.vue | 13 +++++++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/src/pages/localTool/standContrast/pages/comparisonClauses.vue b/src/pages/localTool/standContrast/pages/comparisonClauses.vue index 352d7122b..bc012a93b 100644 --- a/src/pages/localTool/standContrast/pages/comparisonClauses.vue +++ b/src/pages/localTool/standContrast/pages/comparisonClauses.vue @@ -56,7 +56,8 @@ -
+
+ @@ -109,7 +110,8 @@ -
+ +
diff --git a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue index fb30ab98c..3367086b7 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue @@ -755,7 +755,11 @@ } }, QYBZcloseDrawer () { - this.clearQYBZ() + this.QYBZform = { + page: 1, + standCode: '', + standName: '', + } }, QYBZenterDrawer () { if (this.QYBZformSelect.length > 1) { @@ -765,7 +769,11 @@ } else { this.addForm.rqbJson = this.QYBZformSelect[0].id this.addForm.rqbName = this.QYBZformSelect[0].standCode - this.clearQYBZ() + this.QYBZform = { + page: 1, + standCode: '', + standName: '', + } this.QYBZmodal = false } }, @@ -795,6 +803,7 @@ standCode: '', standName: '', } + this.QYBZget() }, choiceQYBZ (id) { if (this.DrawerType === 'see') {