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
26442c0a
authored
Feb 28, 2023
by
gexinzhineng/gxzn27
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、流程模型 导入流程 修改流程 流程分类默认为null 显示为0 (现默认为1)
parent
0e894163
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/views/bpm/model/index.vue
+4
-0
No files found.
src/views/bpm/model/index.vue
View file @
26442c0a
...
...
@@ -433,7 +433,11 @@ const handleUpdate = async (rowId: number) => {
await
setDialogTile
(
'edit'
)
// 设置数据
saveForm
.
value
=
await
ModelApi
.
getModelApi
(
rowId
)
if
(
saveForm
.
value
.
category
==
null
)
{
saveForm
.
value
.
category
=
1
}
else
{
saveForm
.
value
.
category
=
Number
(
saveForm
.
value
.
category
)
}
}
// 提交按钮
...
...
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