Updated assessor page
This commit is contained in:
parent
e60d1ef103
commit
320a53aac9
2 changed files with 23 additions and 9 deletions
|
|
@ -7,4 +7,8 @@ export const _name = atom('')
|
|||
export const _location = atom('')
|
||||
export const _type = atom('')
|
||||
export const _code = atom('')
|
||||
export const _assessor = atom('')
|
||||
|
||||
export const _feeList = atom<string[]>([])
|
||||
export const _codeList = atom<string[]>([])
|
||||
export const _amountList = atom<string[]>([])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue