|
|
@@ -228,6 +228,7 @@ import {
|
|
|
trainingDashBoardBlk,
|
|
|
externalTrainByDfx
|
|
|
} from '@/api/platform/spectaculars/lab'
|
|
|
+import { version } from 'less'
|
|
|
export default {
|
|
|
components: {
|
|
|
JobPlanChart: () => import('./components/jobPlanChart.vue'),
|
|
|
@@ -380,7 +381,8 @@ export default {
|
|
|
this.initializeData()
|
|
|
const tData = await trainingDashBoardBlk({
|
|
|
dept: this.deptVal,
|
|
|
- date: this.hoverClassAdd === 'm' ? this.dateValM : this.dateValY
|
|
|
+ date: this.hoverClassAdd === 'm' ? this.dateValM : this.dateValY,
|
|
|
+ version: '1'
|
|
|
}).then((res) => {
|
|
|
const data = res.data[0] || {}
|
|
|
return data
|