修改参数上报库清单
This commit is contained in:
@@ -1661,7 +1661,7 @@
|
|||||||
paramsTemplatePublishVersion: 1,
|
paramsTemplatePublishVersion: 1,
|
||||||
cut: this.cut,
|
cut: this.cut,
|
||||||
userTypes: this.currentPersonRole,
|
userTypes: this.currentPersonRole,
|
||||||
exportName: this.$route.query.projectName + '(' + this.$route.query.title + this.$route.query.version + ')',
|
exportName: this.$route.query.projectName.slice(0,-3)+ '-' + this.$route.query.projectVersion + '(' + this.$route.query.title + ')'+'-' + this.$route.query.version,
|
||||||
isHistory:this.isHistroy
|
isHistory:this.isHistroy
|
||||||
}
|
}
|
||||||
let name = this.$route.query.projectName + '(' + this.$route.query.title + ')' + '.zip'
|
let name = this.$route.query.projectName + '(' + this.$route.query.title + ')' + '.zip'
|
||||||
|
|||||||
Reference in New Issue
Block a user