Browse Source

commit

master
xuhuihui 3 years ago
parent
commit
d9b4d1cf7a
  1. 2
      04.系统编码/Frontend/src/components/DecisionSupport.vue

2
04.系统编码/Frontend/src/components/DecisionSupport.vue

@ -342,7 +342,7 @@ export default {
options.times = [];
options.currentTime = moment(options.date).format('YYYY-MM-DD');
let now = moment(options.date).add(1, 'd');
let day = new Date(now.year(), now.month() + 1, 0);
// let day = new Date(now.year(), now.month() + 1, 0);
for (let i = 0; i < 24; i++) {
options.times.push({
day: now.add(-1, 'd').format('DD'),

Loading…
Cancel
Save