mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-19 21:15:11 +09:00
fix : 불필요코드 정리
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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:{
|
||||||
|
|||||||
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user