对接项目库嘚变更
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
getoptions(){
|
||||
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
|
||||
}
|
||||
|
||||
@@ -87,7 +87,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
|
||||
}
|
||||
|
||||
+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
|
||||
}
|
||||
|
||||
@@ -60,7 +60,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