mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 06:46:46 +08:00
--fix bug
This commit is contained in:
@@ -1742,7 +1742,7 @@ import AddHomework from "../../components/drawers/CommonHomework.vue";
|
||||
import AddTest from "../../components/drawers/CommonTest.vue";
|
||||
import TableStudent from "@/components/student/TableStudent";
|
||||
import FJUpload from "@/components/common/FJUpload";
|
||||
import { updateStudent } from "@/api/indexProjStu";
|
||||
import {auditStudentStatus} from "@/api/indexProjStu";
|
||||
import { useStore } from "vuex";
|
||||
import DropDown from "@/components/common/DropDown";
|
||||
import { checkPer, checkOwner } from "@/utils/utils";
|
||||
@@ -4879,7 +4879,7 @@ export default defineComponent({
|
||||
};
|
||||
|
||||
function auditStudent(record) {
|
||||
updateStudent(record);
|
||||
auditStudentStatus(record);
|
||||
}
|
||||
|
||||
//二维码
|
||||
|
||||
Reference in New Issue
Block a user