参数项收集清单添加修改参数

This commit is contained in:
zyx.net
2022-08-04 09:59:24 +08:00
parent 21ce2d4790
commit 4a433711cd
@@ -240,7 +240,7 @@ export default {
let postDate = {
paramsInfoPublishEOList: this.selectedRowKeysDate,
paramsManifestId: this.paramsManifest.id,
projectId: this.$route.query.id
projectId: this.$route.query.projectId
}
postAction(`params/collectManifest/add`, postDate).then(res => {
if (res.success) {