|
@@ -1631,11 +1631,12 @@ export default {
|
|
|
this.examStudentForm.examStageOrder = null;
|
|
|
|
|
|
this.getOrgList4InsertOrUpdate("");
|
|
|
- if (this.pureLC) {
|
|
|
- this.examStudentForm.orgId = this.lc_id;
|
|
|
- } else {
|
|
|
- this.examStudentForm.orgId = null;
|
|
|
- }
|
|
|
+ this.examStudentForm.orgId = null;
|
|
|
+ // if (this.pureLC) {
|
|
|
+ // this.examStudentForm.orgId = this.lc_id;
|
|
|
+ // } else {
|
|
|
+ // this.examStudentForm.orgId = null;
|
|
|
+ // }
|
|
|
|
|
|
this.examList4InsertOrUpdate = [];
|
|
|
this.courseList4InsertOrUpdate = [];
|