mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 09:13:30 +09:00
fix : 명칭수정 및 Api 분류
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
import axios from 'axios'
|
||||
import { getContractDetail, updateContract, saveContract } from "/@src/service/contract.ts";
|
||||
import { getDetailPrcs } from "/@src/service/priceApi.ts";
|
||||
import { getContractDetail, updateContract, saveContract } from "/src/service/contractApi.ts";
|
||||
|
||||
onBeforeMount(async ()=>{
|
||||
const result = await getContractDetail(history.state.key)
|
||||
|
||||
Reference in New Issue
Block a user