From df91bd7881b01d50a482d0dfada0cb833941cf23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167@qq.com> Date: Fri, 9 Sep 2022 15:04:44 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=A6=85=E9=81=93bug5943?= =?UTF-8?q?5=20=E3=80=81=2059407?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/evaluationResultsWhole.vue | 17 +++++++++++------ .../components/documentDataComparison.vue | 17 ++++++++--------- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsWhole.vue b/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsWhole.vue index 7c54837f7..5666202f0 100644 --- a/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsWhole.vue +++ b/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsWhole.vue @@ -25,7 +25,7 @@ -
+
{{$t('engineer')+item.createBy+$t('feedbackResults')}}
@@ -110,7 +110,7 @@ } }, mounted() { - document.title = this.$route.query.serialNumber +' '+this.$t('regulatoryTechnicalEvaluationResults') + document.title = this.$route.query.serialNumber + ' ' + this.$t('regulatoryTechnicalEvaluationResults') this.getList() }, methods: { @@ -118,10 +118,10 @@ let query = { firstInitiation: '2', whetherTobring: '2', - processBackground:this.$route.query.processBackground || '', - remark:this.$route.query.remark || '', - standId:this.$route.query.standId, - lawsTechnologyEvaluationId:this.$route.query.lawsTechnologyEvaluationId + processBackground: this.$route.query.processBackground || '', + remark: this.$route.query.remark || '', + standId: this.$route.query.standId, + lawsTechnologyEvaluationId: this.$route.query.lawsTechnologyEvaluationId } let newUrl = this.$router.resolve({ path: '/evaluationInitiationProcess', @@ -146,6 +146,11 @@ getAction(this.url.list, query).then((res) => { if (res.success) { this.dataSource = res.result || [] + if (this.dataSource.length == 0) { + this.dataSource.push({ + name: '' + }) + } this.loading = false } else { this.dataSource = [] diff --git a/jero-web/src/views/documentTools/documentComparison/components/documentDataComparison.vue b/jero-web/src/views/documentTools/documentComparison/components/documentDataComparison.vue index 6ee645982..89a8b60b6 100644 --- a/jero-web/src/views/documentTools/documentComparison/components/documentDataComparison.vue +++ b/jero-web/src/views/documentTools/documentComparison/components/documentDataComparison.vue @@ -118,9 +118,9 @@ @cancel="visible = false" >