xiangpei
2024-06-04 adb7e954f61b5b2ad438c4b6d07cbb6ecfb5c56a
src/views/exam/personalRandomTemplate/edit.vue
@@ -285,7 +285,7 @@
      console.log(res);
      this.subjectFilter = res.response;
    });
    departmentApi.getDeptAdmins().then(res => {
    departmentApi.list().then(res => {
      this.depts = res.response;
    });
  },