From 937b1fb3db797c6d4b43077c24c838bafc61a1d9 Mon Sep 17 00:00:00 2001 From: Kasi Date: Thu, 5 Jun 2025 14:32:17 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EB=B6=88=ED=95=84=EC=9A=94=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/app/ApprovalManagement.vue | 2 -- src/pages/app/contractManagement.vue | 2 -- src/pages/app/priceManagement.vue | 3 --- 3 files changed, 7 deletions(-) diff --git a/src/pages/app/ApprovalManagement.vue b/src/pages/app/ApprovalManagement.vue index 71d65e7..a11cf18 100644 --- a/src/pages/app/ApprovalManagement.vue +++ b/src/pages/app/ApprovalManagement.vue @@ -69,8 +69,6 @@ function formatRegDt(value) { } async function getIntegratedApprovalList() { - // const today = new Date() - // searchParamsList.regSdt = new Date().setDate(today.getDate() - 30) const approvalParams = { title: params.title, diff --git a/src/pages/app/contractManagement.vue b/src/pages/app/contractManagement.vue index 423a12a..949aa7a 100644 --- a/src/pages/app/contractManagement.vue +++ b/src/pages/app/contractManagement.vue @@ -24,8 +24,6 @@ onBeforeMount(async () => { }) async function getContractListView() { - // const today = new Date() - // params.signSdt = new Date().setDate(today.getDate() - 30) const contractParams = { params:{ diff --git a/src/pages/app/priceManagement.vue b/src/pages/app/priceManagement.vue index 6ef3922..b379887 100644 --- a/src/pages/app/priceManagement.vue +++ b/src/pages/app/priceManagement.vue @@ -38,9 +38,6 @@ const params = reactive({ }) async function getPriceListData(){ - const today = new Date() - searchParamsList.regSdt = new Date().setDate(today.getDate() - 30) - const priceBase = { params:{ regSdt: formatDatefromString(searchParamsList.regSdt),