|
@@ -612,7 +612,7 @@
|
|
|
>
|
|
|
<el-option-group
|
|
|
v-for="group in subjectList"
|
|
|
- :key="group.label"
|
|
|
+ :key="group.value"
|
|
|
:label="group.label"
|
|
|
>
|
|
|
<el-option
|
|
@@ -1246,6 +1246,7 @@ export default {
|
|
|
|
|
|
tempArray[index] = {
|
|
|
label: item.name,
|
|
|
+ value: item.id,
|
|
|
options: subject,
|
|
|
};
|
|
|
});
|
|
@@ -1284,7 +1285,7 @@ export default {
|
|
|
subjectIdList: Number(row.subjectIdList) || null,
|
|
|
carePackage: row.carePackage,
|
|
|
comeOnPackage: row.comeOnPackage,
|
|
|
- school: row.cooperationOrganId,
|
|
|
+ school: row.cooperationOrganId || null,
|
|
|
};
|
|
|
this.studentUpdatePackage = {
|
|
|
carePackage: row.carePackage,
|