lrf402788946 5 năm trước cách đây
mục cha
commit
e831f354b5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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() {