mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 12:23:34 +09:00
fix : 명칭수정 및 Api 분류
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import {getContractList} from "/src/service/contract";
|
||||
import {getContractList} from "/src/service/contractApi";
|
||||
import regex, {formatCurrency} from "/@src/utils/common/regex.ts";
|
||||
|
||||
const emits = defineEmits(['on-search', 'on-tr-click'])
|
||||
@@ -27,14 +27,14 @@ onBeforeMount(async () => {
|
||||
})
|
||||
|
||||
async function getContractListView() {
|
||||
const paymentParams = {
|
||||
const approvalParams = {
|
||||
params:{
|
||||
title: '',
|
||||
page: '1',
|
||||
row: '10'
|
||||
}
|
||||
}
|
||||
const result = await getContractList(paymentParams)
|
||||
const result = await getContractList(approvalParams)
|
||||
data.contractData = result
|
||||
console.log('result', result)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user