|
@@ -410,9 +410,9 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
if (this.$route.query.popularizeTeamIds) {
|
|
if (this.$route.query.popularizeTeamIds) {
|
|
- this.form.teamIds = this.$route.query.popularizeTeamIds
|
|
|
|
- .split(",")
|
|
|
|
-
|
|
|
|
|
|
+ let arr = this.$route.query.popularizeTeamIds.split(",");
|
|
|
|
+ this.$set(this.form,'teamIds',arr)
|
|
|
|
+ console.log(this.form.teamIds)
|
|
}
|
|
}
|
|
|
|
|
|
// this.form.popularizeType = "SCHOOL";
|
|
// this.form.popularizeType = "SCHOOL";
|