lrf402788946 5 년 전
부모
커밋
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() {