看板修改

master
suixy 2 days ago
parent 76481e75cc
commit 7d31ab1974

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

Loading…
Cancel
Save