@@ -176,7 +176,7 @@ export default {
},
// 计算优秀学员
async toComputIsFine() {
- const res = await this.computedIsFine(this.defaultOption.classid);
+ const res = await this.computedIsFine(this.form.classid);
if (this.$checkRes(res, '优秀学员设置成功', res.errmsg || '优秀学员设置失败')) this.search();
toClose() {