fix : 불필요코드 정리

This commit is contained in:
Kasi
2025-06-05 14:32:17 +09:00
parent 6cb781a26c
commit 937b1fb3db
3 changed files with 0 additions and 7 deletions

View File

@@ -69,8 +69,6 @@ function formatRegDt(value) {
} }
async function getIntegratedApprovalList() { async function getIntegratedApprovalList() {
// const today = new Date()
// searchParamsList.regSdt = new Date().setDate(today.getDate() - 30)
const approvalParams = { const approvalParams = {
title: params.title, title: params.title,

View File

@@ -24,8 +24,6 @@ onBeforeMount(async () => {
}) })
async function getContractListView() { async function getContractListView() {
// const today = new Date()
// params.signSdt = new Date().setDate(today.getDate() - 30)
const contractParams = { const contractParams = {
params:{ params:{

View File

@@ -38,9 +38,6 @@ const params = reactive({
}) })
async function getPriceListData(){ async function getPriceListData(){
const today = new Date()
searchParamsList.regSdt = new Date().setDate(today.getDate() - 30)
const priceBase = { const priceBase = {
params:{ params:{
regSdt: formatDatefromString(searchParamsList.regSdt), regSdt: formatDatefromString(searchParamsList.regSdt),