|
@@ -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();
|
|
|
}
|