修改已知问题

This commit is contained in:
qq787203167
2022-05-27 15:02:15 +08:00
parent 3e24bd369d
commit 02f9ddd4e3
2 changed files with 11 additions and 4 deletions
@@ -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,