定时暂存
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user