Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6ac0ee58
authored
Nov 16, 2024
by
LesanOuO
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 前端int类型导致精度丢失
parent
da0a7801
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/components/bpmnProcessDesigner/package/penal/form/ElementForm.vue
+3
-3
No files found.
src/components/bpmnProcessDesigner/package/penal/form/ElementForm.vue
View file @
6ac0ee58
...
@@ -268,9 +268,9 @@ const bpmnInstances = () => (window as any)?.bpmnInstances
...
@@ -268,9 +268,9 @@ const bpmnInstances = () => (window as any)?.bpmnInstances
const
resetFormList
=
()
=>
{
const
resetFormList
=
()
=>
{
bpmnELement
.
value
=
bpmnInstances
().
bpmnElement
bpmnELement
.
value
=
bpmnInstances
().
bpmnElement
formKey
.
value
=
bpmnELement
.
value
.
businessObject
.
formKey
formKey
.
value
=
bpmnELement
.
value
.
businessObject
.
formKey
if
(
formKey
.
value
?.
length
>
0
)
{
//
if (formKey.value?.length > 0) {
formKey
.
value
=
parseInt
(
formKey
.
value
)
//
formKey.value = parseInt(formKey.value)
}
//
}
// 获取元素扩展属性 或者 创建扩展属性
// 获取元素扩展属性 或者 创建扩展属性
elExtensionElements
.
value
=
elExtensionElements
.
value
=
bpmnELement
.
value
.
businessObject
.
get
(
'extensionElements'
)
||
bpmnELement
.
value
.
businessObject
.
get
(
'extensionElements'
)
||
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment