lrf402788946 4 年之前
父节点
当前提交
e831f354b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/student/index.vue

+ 1 - 1
src/views/student/index.vue

@@ -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() {