From 8c4073d6296f8e77eb4eebe595f0a967a1cfda12 Mon Sep 17 00:00:00 2001 From: Kasi Date: Tue, 27 May 2025 09:43:39 +0900 Subject: [PATCH] =?UTF-8?q?func=20:=20=EA=B3=84=EC=95=BD=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=20=EB=93=B1=EB=A1=9D=ED=8F=BC=20=EC=A0=80=EC=9E=A5=EA=B8=B0?= =?UTF-8?q?=EB=8A=A5=EC=B6=94=EA=B0=80=EC=A7=84=ED=96=89=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/app/ContractInsert.vue | 65 ++++++++++++++++++++++++++------ src/service/contract.ts | 1 + 2 files changed, 55 insertions(+), 11 deletions(-) diff --git a/src/pages/app/ContractInsert.vue b/src/pages/app/ContractInsert.vue index 06457e4..aad7651 100644 --- a/src/pages/app/ContractInsert.vue +++ b/src/pages/app/ContractInsert.vue @@ -1,9 +1,12 @@ @@ -327,7 +370,7 @@ function handleFileChange(e, idx) { @@ -361,7 +404,7 @@ function handleFileChange(e, idx) { @@ -472,7 +515,7 @@ function handleFileChange(e, idx) {
- 저 장 + 저 장 취 소
diff --git a/src/service/contract.ts b/src/service/contract.ts index 37eabf7..07b845d 100644 --- a/src/service/contract.ts +++ b/src/service/contract.ts @@ -34,6 +34,7 @@ export async function getContractList(params = {}) { * @returns */ export async function saveContract(params = {}) { + console.log(params) try { const result = await axios.post(`/api/cont`,params) return result