|
@@ -312,11 +312,14 @@ export default {
|
|
|
this.teamList.map((item) => {
|
|
|
if (item.team_current_option_k == "1") {
|
|
|
this.team_id = item.team_id;
|
|
|
+ if (this.firstForm.team == "") {
|
|
|
+ this.firstForm.team = this.team_id;
|
|
|
+ }
|
|
|
let data = {
|
|
|
page: this.cur_page,
|
|
|
limit: this.limit,
|
|
|
keyword: this.keyword,
|
|
|
- team_id: this.team_id,
|
|
|
+ team_id: this.firstForm.team,
|
|
|
grade_id: this.firstForm.grade,
|
|
|
num: this.num,
|
|
|
};
|