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
yecl
wecube
Commits
c3d8529d
Unverified
Commit
c3d8529d
authored
5 years ago
by
Irving ZHAO(赵俭)
Committed by
GitHub
5 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1728 from WeBankPartners/1678_enhance_for_plugin
1678 enhance for plugin
parents
8078ad3e
9b36a293
dependabot/maven/platform-workflow/commons-beanutils-commons-beanutils-1.9.4
1561_plugin_service_authority_control
1805_update_readme
1912_enhance_batch_execution
demo
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
wecube-portal/src/pages/collaboration/components/plugin-register.vue
+0
-4
...al/src/pages/collaboration/components/plugin-register.vue
wecube-portal/src/pages/collaboration/workflow-orchestration.vue
+1
-0
...portal/src/pages/collaboration/workflow-orchestration.vue
wecube-portal/src/pages/implementation/workflow-execution.vue
+1
-0
...be-portal/src/pages/implementation/workflow-execution.vue
with
2 additions
and
4 deletions
+2
-4
wecube-portal/src/pages/collaboration/components/plugin-register.vue
+
0
-
4
View file @
c3d8529d
...
...
@@ -498,14 +498,11 @@ export default {
}
},
actionInputHandler
(
e
,
i
)
{
console
.
log
(
e
)
if
(
e
.
inputType
===
'
insertText
'
)
{
this
.
inputtingValue
+=
e
.
data
}
else
{
this
.
inputtingValue
=
this
.
inputtingValue
.
substr
(
0
,
this
.
inputtingValue
.
length
-
1
)
}
// i.action += e.data
// e.target.focus()
},
onFocus
(
e
,
i
)
{
this
.
inputtingValue
=
i
.
action
...
...
@@ -513,7 +510,6 @@ export default {
actionBlurHandler
(
e
,
i
)
{
i
.
action
=
this
.
inputtingValue
this
.
inputtingValue
=
''
console
.
log
(
i
)
},
copyInterface
(
interfaces
)
{
const
found
=
this
.
currentPluginObj
.
interfaces
.
find
(
_
=>
_
.
action
===
interfaces
.
action
+
'
-(copy)
'
)
...
...
This diff is collapsed.
Click to expand it.
wecube-portal/src/pages/collaboration/workflow-orchestration.vue
+
1
-
0
View file @
c3d8529d
...
...
@@ -720,6 +720,7 @@ export default {
})
_this
.
getAllFlows
(
true
)
_this
.
selectedFlow
=
data
.
data
.
procDefId
_this
.
getFlowXml
(
data
.
data
.
procDefId
)
_this
.
temporaryFlow
=
data
.
data
.
procDefId
}
})
...
...
This diff is collapsed.
Click to expand it.
wecube-portal/src/pages/implementation/workflow-execution.vue
+
1
-
0
View file @
c3d8529d
...
...
@@ -883,6 +883,7 @@ export default {
this
.
currentNodeTitle
=
`
${
currentNode
.
orderedNo
}
、
${
currentNode
.
nodeName
}
`
this
.
highlightModel
(
g
.
id
,
currentNode
.
nodeDefId
)
this
.
renderFlowGraph
()
this
.
renderModelGraph
()
},
async
highlightModel
(
nodeId
,
nodeDefId
)
{
if
(
nodeDefId
&&
this
.
processSessionId
)
{
...
...
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