|
@@ -94,7 +94,7 @@
|
|
|
<div class="flex items-center">
|
|
|
<div>费用信息</div>
|
|
|
<Select
|
|
|
- style="width: 120px; margin-left: 16px;"
|
|
|
+ style="width: 120px; margin-left: 16px"
|
|
|
v-model:value="currentYear"
|
|
|
:options="yearList"
|
|
|
@change="handelYearChange"
|
|
@@ -253,6 +253,7 @@
|
|
|
baseData: {
|
|
|
baseSemesterId: item.baseSemester,
|
|
|
classId: modelRef.value.classId,
|
|
|
+ userId: modelRef.value.userId,
|
|
|
},
|
|
|
});
|
|
|
};
|