看板修改

master
suixy 4 days ago
parent 76481e75cc
commit 7d31ab1974

@ -576,7 +576,6 @@ import {listQualityInspection} from "@/api/report/qualityInspection";
import {listShutDown} from "@/api/dms/shutDown"; import {listShutDown} from "@/api/dms/shutDown";
import {parseTime} from "@/utils/ruoyi"; import {parseTime} from "@/utils/ruoyi";
const now = new Date()
const getWeekRange = () => { const getWeekRange = () => {
const now = new Date(); const now = new Date();
const day = now.getDay(); // 0-6 (0=) const day = now.getDay(); // 0-6 (0=)
@ -713,6 +712,8 @@ export default {
}, },
methods: { methods: {
async getData() { async getData() {
const now = new Date()
listShutDown({ listShutDown({
beginTime: parseTime(new Date( beginTime: parseTime(new Date(
now.getFullYear(), now.getFullYear(),

Loading…
Cancel
Save