修改禅道已知bug
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user