|
@@ -93,8 +93,9 @@ export default defineComponent({
|
|
|
if (state.popSelectYearList.length > 0) {
|
|
|
state.searchForm.gradeYear = state.popSelectYearList[1].id;
|
|
|
}
|
|
|
- // getList();
|
|
|
+ //
|
|
|
setCache({ current: state.searchForm, saveKey: route.path });
|
|
|
+ getList();
|
|
|
};
|
|
|
|
|
|
const getModalHeight = () => {
|
|
@@ -236,7 +237,7 @@ export default defineComponent({
|
|
|
<CSelect
|
|
|
{...({
|
|
|
options: [
|
|
|
- { id: '', name: '作业对象' },
|
|
|
+ { id: '', name: '全部对象' },
|
|
|
{ id: 'PERSON', name: '个人' },
|
|
|
{ id: 'CLASS', name: '班级' }
|
|
|
],
|