From df441a8343b9ce2fe21fafb5f3935b388adf9eb7 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期五, 06 十二月 2024 11:13:01 +0800
Subject: [PATCH] 1
---
src/views/mdc/first-workpiece.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/mdc/first-workpiece.vue b/src/views/mdc/first-workpiece.vue
index 067b883..0cf7ac9 100644
--- a/src/views/mdc/first-workpiece.vue
+++ b/src/views/mdc/first-workpiece.vue
@@ -2,7 +2,7 @@
* @Author: lzhe lzhe@example.com
* @Date: 2024-04-26 09:36:18
* @LastEditors: lzhe lzhe@example.com
- * @LastEditTime: 2024-12-06 10:47:53
+ * @LastEditTime: 2024-12-06 11:12:32
* @FilePath: /smart-web/src/views/mdc/status-record.vue
* @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -155,13 +155,13 @@
var currentYear = date.getFullYear();
var currentMonth = padZero(date.getMonth() + 1); // 鏈堜唤浠�0寮�濮嬶紝鎵�浠ラ渶瑕佸姞1
var currentDay = padZero(date.getDate());
- this.searchInfo.startDate = currentYear + '-' + currentMonth + '-' + currentDay;
+ this.searchInfo.endDate = currentYear + '-' + currentMonth + '-' + currentDay;
// 鏋勫缓涓夊ぉ鍓嶆棩鏈熺殑瀛楃涓�
var previousYear = threeDaysAgo.getFullYear();
var previousMonth = padZero(threeDaysAgo.getMonth() + 1);
var previousDay = padZero(threeDaysAgo.getDate());
- this.searchInfo.endDate = previousYear + '-' + previousMonth + '-' + previousDay;
+ this.searchInfo.startDate = previousYear + '-' + previousMonth + '-' + previousDay;
},
handleCurrentChange(val) {
this.current = val;
--
Gitblit v1.9.3