Browse Source

Merge remote-tracking branch 'origin/master'

lizeyu 8 months ago
parent
commit
d3012f0a22
1 changed files with 4 additions and 3 deletions
  1. 4 3
      vue/src/views/statistics/MonthSystemApplyCount.vue

+ 4 - 3
vue/src/views/statistics/MonthSystemApplyCount.vue

@@ -210,9 +210,10 @@ function analysisByImageTable() {
   initLineImageTable(weekNameList, weekLineData, "weekCountImageTable", "全市就业驿站运行概括");
 }
 
-// 查询表单
+// 查询重置
 function onReset() {
-  searchParams.dateStr = dayjs(new Date().getDate()).format("YYYY-MM");
+  searchParams.dateStr = dayjs().format("YYYY-MM");
+  pickerDate.value = dayjs();
   loadData()
 }
 
@@ -276,7 +277,7 @@ function initTableData(result: any, resultKey: any, arr: any, arrNewKey: any) {
   })
 }
 
-function dataTypeChange(value: any) {
+function dataTypeChange() {
   if (dataType.value == 'table') {
     analysisByTable();
   }