|
|
@@ -595,11 +595,11 @@ export default {
|
|
|
functionName: "updateSchool2N",
|
|
|
id: this.nid,
|
|
|
name: this.sch_name,
|
|
|
- dest: this.region,
|
|
|
- code: this.schoolCode,
|
|
|
- code2: this.schoolCode2,
|
|
|
- organ: this.school.parentOrgId,
|
|
|
- detail: this.schoolDetail,
|
|
|
+ dest: this.region || '',
|
|
|
+ code: this.schoolCode || '',
|
|
|
+ code2: this.schoolCode2 || '',
|
|
|
+ organ: this.school.parentOrgId || '',
|
|
|
+ detail: this.schoolDetail || '',
|
|
|
area: this.regionC,
|
|
|
},
|
|
|
];
|