diff --git a/src/stores/pdfinfo.ts b/src/stores/pdfinfo.ts index 345d707..9c8b074 100644 --- a/src/stores/pdfinfo.ts +++ b/src/stores/pdfinfo.ts @@ -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([]) export const _codeList = atom([]) export const _amountList = atom([]) + +export const _signature = atom('')