定时暂存

This commit is contained in:
zyx.net
2022-08-11 17:46:50 +08:00
parent f75d5fd9bb
commit b5ce6372fc
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -610,7 +610,7 @@ module.exports = {
deliverableTemplate: 'Deliverable Template', deliverableTemplate: 'Deliverable Template',
entryName: 'Project Name', entryName: 'Project Name',
targetMarket: 'Target Market', targetMarket: 'Target Market',
projectStatus: 'Development', projectStatus: 'Project Status',
StudioEngineer: 'R&H Studio', StudioEngineer: 'R&H Studio',
CertificationTime: 'Certification Time', CertificationTime: 'Certification Time',
NTplatform: 'NT Platform', NTplatform: 'NT Platform',
@@ -670,11 +670,11 @@
mounted() { mounted() {
this.GetgetLoginUserType() this.GetgetLoginUserType()
console.log(this.currentPersonRole) console.log(this.currentPersonRole)
// setTimeout(() => { setTimeout(() => {
// if (this.currentPersonRole == 'dre') { if (this.currentPersonRole == 'dre') {
// this.handlePreservation() this.handlePreservation()
// } }
// }, 10000) }, 10000)
// this.paramsManifest = JSON.parse(localStorage.getItem('paramsManifest')) // this.paramsManifest = JSON.parse(localStorage.getItem('paramsManifest'))
this.paramsManifest = this.$route.query this.paramsManifest = this.$route.query
// document.title = `${this.paramsManifest.title}-` + this.$t('ParameteItemCollectionList') // document.title = `${this.paramsManifest.title}-` + this.$t('ParameteItemCollectionList')
@@ -1334,11 +1334,11 @@
_this.$message.success(_this.$t('OperationSuccessful')) _this.$message.success(_this.$t('OperationSuccessful'))
this.textLoading = false this.textLoading = false
} }
// setTimeout(() => { setTimeout(() => {
// if (this.currentPersonRole == 'dre') { if (this.currentPersonRole == 'dre') {
// this.handlePreservation() this.handlePreservation()
// } }
// }, 10000) }, 10000)
} else { } else {
if (num && num == 1) { if (num && num == 1) {
_this.$message.warning(_this.$t('operationFailed')) _this.$message.warning(_this.$t('operationFailed'))