refactor: add type expired and urgent first
This commit is contained in:
parent
125ae9e125
commit
ac155bcdd5
1 changed files with 2 additions and 0 deletions
|
|
@ -59,11 +59,13 @@ export const useQuotationStore = defineStore('quotation-store', () => {
|
|||
status?:
|
||||
| 'Issued'
|
||||
| 'Accepted'
|
||||
| 'Expired'
|
||||
| 'PaymentPending'
|
||||
| 'PaymentInProcess'
|
||||
| 'PaymentSuccess'
|
||||
| 'ProcessComplete'
|
||||
| 'Canceled';
|
||||
urgentFirst?: boolean;
|
||||
query?: string;
|
||||
}) {
|
||||
const res = await api.get<PaginationResult<Quotation>>('/quotation', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue