+
+
+
查询
@@ -25,6 +28,7 @@
重新汇总上月讲师费
+
当前页面汇总金额:1,230,490元 当前总汇总金额:9,230,490元
@@ -326,6 +330,17 @@ export default {
state.tableLoading = false
})
}
+ //重置
+ const searchReset = () => {
+ state.searchParam = {
+ pageNo: "1",
+ pageSize: "10",
+ startDate: null,
+ endDate: null,
+ payrollPlaceId: null,
+ };
+ getTableDate();
+ };
// // 翻页
const changePagination = (page, pageSize) => {
state.searchParam.pageNo = page;
@@ -744,6 +759,7 @@ export default {
return {
...toRefs(state),
router,
+ searchReset,
searchTimeChange,
handleFeeMonthly,
TeacherSystem,
diff --git a/src/views/lecturer/LecturerSystem.vue b/src/views/lecturer/LecturerSystem.vue
index 203de18f..1e6538b2 100644
--- a/src/views/lecturer/LecturerSystem.vue
+++ b/src/views/lecturer/LecturerSystem.vue
@@ -124,7 +124,7 @@