-- 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;
console.log(787666, item);
state.faceClassification = item.contentTxt;
state.faceStatus = item.kkty;
state.faceStatus = item.status;
state.currentFaceId = item.id;
getCourseStudentList();
state.newCourseName = item.name;