chore: add deprecated function
This commit is contained in:
parent
c0fefa4211
commit
71a273f7f0
1 changed files with 3 additions and 0 deletions
|
|
@ -146,6 +146,9 @@ export const useQuotationStore = defineStore('quotation-store', () => {
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated Please use payment store instead.
|
||||||
|
*/
|
||||||
export const useQuotationPayment = defineStore('quotation-payment', () => {
|
export const useQuotationPayment = defineStore('quotation-payment', () => {
|
||||||
async function getQuotationPayment(quotationId: string) {
|
async function getQuotationPayment(quotationId: string) {
|
||||||
const res = await api.get<PaginationResult<QuotationPaymentData>>(
|
const res = await api.get<PaginationResult<QuotationPaymentData>>(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue