修改参数上报库清单

This commit is contained in:
范强强
2023-10-22 17:27:05 +08:00
parent c4d3623896
commit accfb73cc6
@@ -1661,7 +1661,7 @@
paramsTemplatePublishVersion: 1,
cut: this.cut,
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
}
let name = this.$route.query.projectName + '(' + this.$route.query.title + ')' + '.zip'