mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-02 03:34:59 +08:00
fix: 雪花id导致int精度丢失
This commit is contained in:
parent
6e077ac7d9
commit
f0c797deac
@ -172,7 +172,7 @@ const resetTaskForm = () => {
|
|||||||
} else {
|
} else {
|
||||||
userTaskForm.value.candidateParam = businessObject.candidateParam
|
userTaskForm.value.candidateParam = businessObject.candidateParam
|
||||||
.split(',')
|
.split(',')
|
||||||
.map((item) => +item)
|
.map((item) => item)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
userTaskForm.value.candidateParam = []
|
userTaskForm.value.candidateParam = []
|
||||||
|
Loading…
Reference in New Issue
Block a user