[update 解读流程] 导出防止文件名过长打不开
This commit is contained in:
+2
@@ -676,6 +676,8 @@ export default {
|
|||||||
// 不分发和汇总:编号 + 名称 + 解读表
|
// 不分发和汇总:编号 + 名称 + 解读表
|
||||||
fileName = `${standardNumber} ${standardName}-${this.$t('workCenter.standardInterpretationProcess.interpretationTable')}`
|
fileName = `${standardNumber} ${standardName}-${this.$t('workCenter.standardInterpretationProcess.interpretationTable')}`
|
||||||
}
|
}
|
||||||
|
// 防止文件名长度导致文件打不开
|
||||||
|
fileName = fileName.slice(0, 50)
|
||||||
const param = {
|
const param = {
|
||||||
projectId: this.$route.query.projectId,
|
projectId: this.$route.query.projectId,
|
||||||
nodeId: this.$route.query.nodeId,
|
nodeId: this.$route.query.nodeId,
|
||||||
|
|||||||
Reference in New Issue
Block a user