|
|
@@ -107,6 +107,7 @@ import { getEvaluatePage } from '@/api/evaluateTask.js'
|
|
|
import { deptTreeList } from '@/api/toConsult.js'
|
|
|
import { Toast } from 'vant'
|
|
|
import OrgTree from '@/components/orgTree'
|
|
|
+
|
|
|
import { newDateMonth, newDateDay } from '@/utils/date.js'
|
|
|
export default {
|
|
|
data() {
|
|
|
@@ -138,7 +139,7 @@ export default {
|
|
|
statusValue: ' ', //状态值
|
|
|
columns: ['全部'], //状态数组
|
|
|
columnsList: [], //状态数组
|
|
|
- currentDate: '', //年份
|
|
|
+ currentDate: newDateMonth(), //年份
|
|
|
conditionShow: false //机构弹框显示隐藏
|
|
|
}
|
|
|
},
|