- {{$t('ProcessStatus')}}: {{result.prehomoTaskStatus}}
+ {{$t('ProcessStatus')}}: {{result.prehomoStatus}}
{{statusText[result.prehomoFlowTaskStatus]}} diff --git a/jero-web/src/views/projectManagement/components/nonConformance.vue b/jero-web/src/views/projectManagement/components/nonConformance.vue index 3ef48b450..0e83765f0 100644 --- a/jero-web/src/views/projectManagement/components/nonConformance.vue +++ b/jero-web/src/views/projectManagement/components/nonConformance.vue @@ -149,6 +149,7 @@ projectLibraryId:this.$route.query.id, ...this.queryParam } + this.loading = true getAction(this.url.page, query).then((res) => { if (res.success) { this.dataSource = res.result.records || [] diff --git a/jero-web/src/views/projectManagement/projectNonConformance/index.vue b/jero-web/src/views/projectManagement/projectNonConformance/index.vue index 77f3ba9f4..4923bdbdc 100644 --- a/jero-web/src/views/projectManagement/projectNonConformance/index.vue +++ b/jero-web/src/views/projectManagement/projectNonConformance/index.vue @@ -57,20 +57,12 @@ class="box-input" v-model="queryParam.projectName" :placeholder="$t('PleaseSelect')+$t('RelatedItems')"> -