修改禅道已知bug

This commit is contained in:
sunFlower
2022-11-04 11:54:58 +08:00
parent bc979d9c8e
commit c52d46e4e8
@@ -113,7 +113,8 @@
if (this.idList && this.idList.length > 0) { if (this.idList && this.idList.length > 0) {
id = this.idList.join(',') id = this.idList.join(',')
} else { } else {
id = this.$route.query.id id = this.$route.query.parentId ? this.$route.query.parentId : this.$route.query.id
// id = this.$route.query.id
} }
getAction('project/projectLibraryBase/getProjectDetailsStatisticsCollectManifestLabel', {id:id}).then((res) => { getAction('project/projectLibraryBase/getProjectDetailsStatisticsCollectManifestLabel', {id:id}).then((res) => {
if (res.success) { if (res.success) {