mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 03:12:27 +09:00
fix : 불필요코드 정리
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -24,8 +24,6 @@ onBeforeMount(async () => {
|
||||
})
|
||||
|
||||
async function getContractListView() {
|
||||
// const today = new Date()
|
||||
// params.signSdt = new Date().setDate(today.getDate() - 30)
|
||||
|
||||
const contractParams = {
|
||||
params:{
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user