zhouwx
2024-10-11 91645e9d87249621aa358ef519111ea72679d959
src/views/onlineEducation/learnRecord/index.vue
@@ -39,6 +39,7 @@
<script>
import detailDialog from './components/detailDialog.vue'
import { listRecord, listStudent } from '@/api/onlineEducation/student'
import Cookies from 'js-cookie'
export default {
  name: "nPeopleManage",
  dicts: [],
@@ -60,10 +61,16 @@
    };
  },
  created() {
    this.getList({});
    if(Cookies.get('learnRecord')){
    }else{
      this.getList({});
    }
  },
  methods: {
    getList(data){
      console.log('data',data)
      if(data){
        this.queryParams.idcard = data.idcard
        this.expertList = []