Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Wecube Platform
Commits
8487e719
Unverified
Commit
8487e719
authored
4 years ago
by
Jingyu Feng(冯经宇)
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Revert "Upgrade work orch"
parent
295e25a7
revert-2184-upgrade_work_orch
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wecube-portal/src/pages/collaboration/workflow-orchestration.vue
+4
-5
...portal/src/pages/collaboration/workflow-orchestration.vue
with
4 additions
and
5 deletions
+4
-5
wecube-portal/src/pages/collaboration/workflow-orchestration.vue
+
4
-
5
View file @
8487e719
...
...
@@ -474,7 +474,6 @@ export default {
},
selectedFlow
:
{
handler
(
val
,
oldVal
)
{
this
.
isFormDataChange
=
false
this
.
currentSelectedEntity
=
''
this
.
show
=
false
this
.
selectedFlowData
=
{}
...
...
@@ -841,10 +840,10 @@ export default {
}
if
(
isDraft
)
{
const
selectedFlowData
=
_this
.
allFlows
.
find
(
_
=>
{
return
_
.
procDefId
===
_this
.
selectedFlow
})
payload
.
procDefName
=
(
selectedFlowData
&&
selectedFlowData
.
procDefName
)
||
'
default
'
payload
.
procDefName
=
_this
.
allFlows
.
find
(
_
=>
{
return
_
.
procDefId
===
_this
.
selectedFlow
})
.
procDefName
||
'
default
'
// payload.procDefName = _this.selectedFlowData.procDefName || 'default'
saveFlowDraft
(
payload
).
then
(
data
=>
{
if
(
data
&&
data
.
status
===
'
OK
'
)
{
...
...
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
Menu
Projects
Groups
Snippets
Help