func : 계약관리 등록폼 저장기능추가진행중

This commit is contained in:
Kasi
2025-05-27 09:43:39 +09:00
parent 15a710c279
commit 8c4073d629
2 changed files with 55 additions and 11 deletions

View File

@@ -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