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" >