修改已知问题
This commit is contained in:
@@ -165,8 +165,7 @@
|
||||
},
|
||||
//下载模板
|
||||
handleModule() {
|
||||
|
||||
downloadFile('document/bussDocumentLibraryEO/exportTemplate', this.$t('importTemplate')+this.$t('importTemplate')+'.xls', {})
|
||||
downloadFile('document/bussDocumentLibraryEO/exportTemplate', this.$t('DocumentLibrary')+this.$t('importTemplate')+'.xls', {})
|
||||
},
|
||||
//批量删除
|
||||
handleDel() {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div id="examineBox">
|
||||
<headerProcess
|
||||
:title="$t('confirmationOfDesignConformity')"
|
||||
:title="title"
|
||||
/>
|
||||
<div class="detail-box">
|
||||
<div class="detail-content">
|
||||
@@ -145,7 +145,8 @@
|
||||
value: this.$route.query.remarks
|
||||
}
|
||||
],
|
||||
queryPersonInCharge: {}
|
||||
queryPersonInCharge: {},
|
||||
title: ''
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
@@ -190,6 +191,13 @@
|
||||
},
|
||||
mounted() {
|
||||
let _this = this
|
||||
if (this.$route.query.flowType == 2) {
|
||||
this.title = this.$t('confirmationOfDesignConformity')
|
||||
} else if (this.$route.query.flowType == 3) {
|
||||
this.title = this.$t('PrehomoConfirmation')
|
||||
} else if (this.$route.query.flowType == 4) {
|
||||
this.title = this.$t('verificationAndConformityconfirmation')
|
||||
}
|
||||
this.$route.query.isDisplay = JSON.parse(this.$route.query.isDisplay)
|
||||
let query = {
|
||||
actiProcInstId: this.$route.query.actiProcInstId,
|
||||
|
||||
Reference in New Issue
Block a user