Added more info to pdf
This commit is contained in:
parent
34619a65c8
commit
44ad91dd95
1 changed files with 3 additions and 0 deletions
|
|
@ -8,7 +8,10 @@ export const _location = atom('')
|
|||
export const _type = atom('')
|
||||
export const _code = atom('')
|
||||
export const _assessor = atom('')
|
||||
export const _assessorid = atom(0)
|
||||
|
||||
export const _feeList = atom<string[]>([])
|
||||
export const _codeList = atom<string[]>([])
|
||||
export const _amountList = atom<string[]>([])
|
||||
|
||||
export const _signature = atom('')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue