马宇豪
2025-01-06 1d49bc0e85280bd131d634ce18ca4e86b5120418
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){