Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
yecl
wecube
Commits
e1613e87
Unverified
Commit
e1613e87
authored
4 years ago
by
Jingyu Feng(冯经宇)
Committed by
GitHub
4 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #2196 from WeBankPartners/fix_workflow_bug
fix workflow orch create bug
parents
cca98477
a2e92e70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wecube-portal/src/pages/collaboration/workflow-orchestration.vue
+4
-1
...portal/src/pages/collaboration/workflow-orchestration.vue
with
4 additions
and
1 deletion
+4
-1
wecube-portal/src/pages/collaboration/workflow-orchestration.vue
+
4
-
1
View file @
e1613e87
...
...
@@ -875,7 +875,10 @@ export default {
let
pluginFormCopy
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
pluginForm
))
// 校验必填项,未选中节点跳过校验
if
(
'
nodeDefId
'
in
pluginFormCopy
)
{
if
(
this
.
currentNode
.
id
&&
(
this
.
currentNode
.
id
.
startsWith
(
'
SubProcess_
'
)
||
this
.
currentNode
.
id
.
startsWith
(
'
Task_
'
))
)
{
const
res
=
this
.
checkSaveParams
(
pluginFormCopy
)
if
(
!
res
)
return
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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