zhouwx
2024-11-06 db7b0541b3fbecaeda7b44129b7af3215296ec6d
src/views/onlineEducation/examManage/index.vue
@@ -33,6 +33,7 @@
<script>
import { listExam, listStudent } from '@/api/onlineEducation/student'
import Cookies from 'js-cookie'
export default {
  name: "nPeopleManage",
@@ -57,7 +58,11 @@
    };
  },
  created() {
    this.getList({});
    if(Cookies.get('examRecord')){
    }else{
      this.getList({});
    }
  },
  methods: {
    getList(data){