func : 계약관리 등록폼 오타수정

This commit is contained in:
Kasi
2025-05-27 09:47:12 +09:00
parent 0d49f5b32f
commit ffd001c210

View File

@@ -2,7 +2,6 @@
import axios from 'axios' import axios from 'axios'
import {saveContract} from "/@src/service/contract.ts"; import {saveContract} from "/@src/service/contract.ts";
import {formatDate} from "/@src/utils/common/comfunc.ts";
const registerFormOpen = ref(false) const registerFormOpen = ref(false)
const loading = ref(false) const loading = ref(false)