对接项目库嘚变更
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@
|
||||
getData() {
|
||||
let id = ''
|
||||
if (this.idList && this.idList.length > 0) {
|
||||
id = this.$route.query.id +','+this.idList.join(',')
|
||||
id = this.idList.join(',')
|
||||
} else {
|
||||
id = this.$route.query.id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user