Updated assessor
This commit is contained in:
parent
c266940704
commit
557f1e5dbd
1 changed files with 2 additions and 2 deletions
|
|
@ -450,12 +450,12 @@ export default () => {
|
|||
const postTransaction = async (application: string) => {
|
||||
const id = await geteSignId(employeeId())
|
||||
const today = await getDateTime()
|
||||
const formatedDate = dayjs(today).format('YYYY-MM-DD HH:mm:ss')
|
||||
const formattedDate = dayjs(today).format('YYYY-MM-DD HH:mm:ss')
|
||||
|
||||
await postApi('post-esigntransaction', {
|
||||
data: parseInt(id, 10),
|
||||
data2: application,
|
||||
data3: formatedDate,
|
||||
data3: formattedDate,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue