fix: 雪花id导致int精度丢失
parent
6e077ac7d9
commit
f0c797deac
|
@ -172,7 +172,7 @@ const resetTaskForm = () => {
|
|||
} else {
|
||||
userTaskForm.value.candidateParam = businessObject.candidateParam
|
||||
.split(',')
|
||||
.map((item) => +item)
|
||||
.map((item) => item)
|
||||
}
|
||||
} else {
|
||||
userTaskForm.value.candidateParam = []
|
||||
|
|
Loading…
Reference in New Issue