taskid:282 remark:'commit'

This commit is contained in:
fks-xuxinyue
2024-08-02 15:11:57 +08:00
parent bab2e8def5
commit ea25c22383
8 changed files with 324 additions and 158 deletions

View File

@@ -54,6 +54,7 @@
// 年份选择改变触发
const changeYearData = () => {
debugger
queryParams.value.year = selectYear.value;
getTableList();
};