新增传参项目版本

This commit is contained in:
zyx.net
2023-08-29 11:39:06 +08:00
parent 6047281132
commit 27fcf3f1f8
@@ -465,6 +465,7 @@
let query = {
projectId: this.$route.query.id,
...this.formInline,
version:this.$route.query.projectVersion
}
this.confirmLoading = true
Action(url, query).then((res) => {