--fix bug

This commit is contained in:
yuping
2023-03-22 13:02:40 +08:00
parent bf2f59ed09
commit 7c1a53ca71
2 changed files with 3 additions and 2 deletions

View File

@@ -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);
}
//二维码