From f152b69ae461d5a5e6188ce4360b097952cb8fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Tue, 18 Mar 2025 13:09:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=B9=E6=BC=86=E5=AE=9E=E9=AA=8C=E5=AE=A4?= =?UTF-8?q?=E6=89=B9=E9=87=8F=E8=87=AA=E5=8A=A8=E8=8E=B7=E5=8F=96=E5=B7=A5?= =?UTF-8?q?=E5=8D=95=E4=BF=A1=E6=81=AF=E5=B9=B6=E5=A1=AB=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/paintLabManagement/dataBatch.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/paintLabManagement/dataBatch.vue b/src/views/paintLabManagement/dataBatch.vue index f93d0b7..c6e3a10 100644 --- a/src/views/paintLabManagement/dataBatch.vue +++ b/src/views/paintLabManagement/dataBatch.vue @@ -178,7 +178,7 @@

选择工单日期

-
@@ -240,7 +240,7 @@ export default { show: false, workOrderList: [], total: 0, - searchDate: '' + actionDate: '' }, sexList: [ @@ -257,7 +257,7 @@ export default { } }, mounted() { - this.batchWorkOrderAddDialog.searchDate = new Date(); + this.batchWorkOrderAddDialog.actionDate = new Date(); this.fetchData() }, methods: {