添加首页下拉框全校(不含艺体美外语)

This commit is contained in:
YuNan 2024-12-04 19:46:05 +08:00
parent c8c15e6182
commit f0b15ce2da
1 changed files with 4 additions and 0 deletions

View File

@ -161,10 +161,14 @@
}),
};
});
//
this.collegeMajorOptions.unshift({ value: '专升本', label: '专升本' });
//
this.collegeMajorOptions.unshift({ value: '全校(不含艺体美外语)', label: '全校(不含艺体美外语)' });
//
this.collegeMajorOptions.unshift({ value: '全校', label: '全校' });
// this.collegeMajor = [''];
console.log(this.collegeMajorOptions);
},