-- fix bug

This commit is contained in:
yuping
2023-03-03 13:53:52 +08:00
parent f86b6773f0
commit 90fdbd9234

View File

@@ -4655,7 +4655,7 @@ export default defineComponent({
state.manageStuLoading = true; state.manageStuLoading = true;
console.log(787666, item); console.log(787666, item);
state.faceClassification = item.contentTxt; state.faceClassification = item.contentTxt;
state.faceStatus = item.kkty; state.faceStatus = item.status;
state.currentFaceId = item.id; state.currentFaceId = item.id;
getCourseStudentList(); getCourseStudentList();
state.newCourseName = item.name; state.newCourseName = item.name;