|
|
@@ -156,6 +156,7 @@ import { submitRecTask, getlearningListPage } from '@/api/optimalLearning.js'
|
|
|
import { Toast } from 'vant'
|
|
|
import OrgTree from '@/components/orgTree'
|
|
|
import { newDateMonth } from '@/utils/date.js'
|
|
|
+import dayjs from "dayjs";
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
|
@@ -193,7 +194,7 @@ export default {
|
|
|
statusValue: ' ', //状态值
|
|
|
columns: [], //状态数组
|
|
|
columnsList: [], //状态数组
|
|
|
- currentDate: newDateMonth(), //年份
|
|
|
+ currentDate: newDateMonth(dayjs().startOf('quarter').subtract(4, 'month')), //年份
|
|
|
endDate: newDateMonth(), //年份
|
|
|
subTabList: [],
|
|
|
promoBtnText: '推优', // 推优按钮文字
|