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
06771738
authored
Jan 20, 2025
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【代码优化】Bpm:更多设置-流程编码
parent
e6765b7e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
src/views/bpm/model/form/ExtraSettings.vue
+1
-1
src/views/bpm/model/form/index.vue
+1
-0
No files found.
src/views/bpm/model/form/ExtraSettings.vue
View file @
06771738
...
@@ -119,7 +119,7 @@ const numberExample = computed(() => {
...
@@ -119,7 +119,7 @@ const numberExample = computed(() => {
}
}
})
})
/
/ 兼容以前未配置更多设置的流程
/
** 兼容以前未配置更多设置的流程 */
const
initData
=
()
=>
{
const
initData
=
()
=>
{
if
(
!
modelData
.
value
.
processIdRule
)
{
if
(
!
modelData
.
value
.
processIdRule
)
{
modelData
.
value
.
processIdRule
=
{
modelData
.
value
.
processIdRule
=
{
...
...
src/views/bpm/model/form/index.vue
View file @
06771738
...
@@ -196,6 +196,7 @@ const initData = async () => {
...
@@ -196,6 +196,7 @@ const initData = async () => {
// 最终,设置 currentStep 切换到第一步
// 最终,设置 currentStep 切换到第一步
currentStep
.
value
=
0
currentStep
.
value
=
0
// 兼容,以前未配置更多设置的流程
extraSettingsRef
.
value
.
initData
()
extraSettingsRef
.
value
.
initData
()
}
}
...
...
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