修改参数手机清单的催办
This commit is contained in:
@@ -2134,7 +2134,9 @@
|
|||||||
ids: ids.join(','),
|
ids: ids.join(','),
|
||||||
projectId: this.$route.query.projectId,
|
projectId: this.$route.query.projectId,
|
||||||
title: this.$route.query.title,
|
title: this.$route.query.title,
|
||||||
inventoryVersion: this.$route.query.version
|
inventoryVersion: this.$route.query.version,
|
||||||
|
projectVersion: this.$route.query.projectVersion,
|
||||||
|
paramsManifestId: this.$route.query.paramsManifestId
|
||||||
}
|
}
|
||||||
postAction('/params/collectManifest/urge', query).then((res) => {
|
postAction('/params/collectManifest/urge', query).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
|
|||||||
Reference in New Issue
Block a user