|
@@ -678,6 +678,7 @@ export default defineComponent({
|
|
if (data.school) {
|
|
if (data.school) {
|
|
const schoolInfo = data.school || {};
|
|
const schoolInfo = data.school || {};
|
|
const schoolInstrumentList = schoolInfo.schoolInstrumentList || [];
|
|
const schoolInstrumentList = schoolInfo.schoolInstrumentList || [];
|
|
|
|
+ forms.schoolInstrumentSetType = schoolInfo.instrumentSetType;
|
|
if (schoolInfo.instrumentSetType === 'SCHOOL') {
|
|
if (schoolInfo.instrumentSetType === 'SCHOOL') {
|
|
const instrumentCode = schoolInstrumentList[0]?.instrumentCode;
|
|
const instrumentCode = schoolInstrumentList[0]?.instrumentCode;
|
|
forms.gradeList = getGradeList(
|
|
forms.gradeList = getGradeList(
|