From b5ce6372fc2870b310071c73df4473259acc60c7 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 11 Aug 2022 17:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B6=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 2 +- .../ParameterItemCollectionList.vue | 20 +++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 47cb21884..91e4e0dfd 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -610,7 +610,7 @@ module.exports = { deliverableTemplate: 'Deliverable Template', entryName: 'Project Name', targetMarket: 'Target Market', - projectStatus: 'Development', + projectStatus: 'Project Status', StudioEngineer: 'R&H Studio', CertificationTime: 'Certification Time', NTplatform: 'NT Platform', diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index c99675027..27e096bb4 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -670,11 +670,11 @@ mounted() { this.GetgetLoginUserType() console.log(this.currentPersonRole) - // setTimeout(() => { - // if (this.currentPersonRole == 'dre') { - // this.handlePreservation() - // } - // }, 10000) + setTimeout(() => { + if (this.currentPersonRole == 'dre') { + this.handlePreservation() + } + }, 10000) // this.paramsManifest = JSON.parse(localStorage.getItem('paramsManifest')) this.paramsManifest = this.$route.query // document.title = `${this.paramsManifest.title}-` + this.$t('ParameteItemCollectionList') @@ -1334,11 +1334,11 @@ _this.$message.success(_this.$t('OperationSuccessful')) this.textLoading = false } - // setTimeout(() => { - // if (this.currentPersonRole == 'dre') { - // this.handlePreservation() - // } - // }, 10000) + setTimeout(() => { + if (this.currentPersonRole == 'dre') { + this.handlePreservation() + } + }, 10000) } else { if (num && num == 1) { _this.$message.warning(_this.$t('operationFailed'))