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),