对接项目库嘚变更

This commit is contained in:
sunFlower
2022-10-21 17:41:50 +08:00
parent aa148c489c
commit 7ebbe9c130
4 changed files with 4 additions and 4 deletions
@@ -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
}
@@ -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
}