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