lrf402788946 4 년 전
부모
커밋
aaabc94ed4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/classes/name-list.vue

+ 1 - 1
src/views/classes/name-list.vue

@@ -168,7 +168,7 @@ export default {
     // 导出学生名单
     async toExportList() {
       const msg = this.$message({ duration: 0, message: '正在导出,请稍后...' });
-      const res = await this.toExport({ classid: this.id });
+      const res = await this.toExport({ insurance: false, classid: this.id });
       msg.close();
       if (this.$checkRes(res)) {
         const { data } = res;