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
427a4707
Unverified
Commit
427a4707
authored
4 years ago
by
Jingyu FENG
Committed by
GitHub
4 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #2004 from WeBankPartners/2000_bug_fix
2000 bug fix
parents
01332172
0addaa74
itsm_162_refactor
1972_fix_login_timeout
1993_plugin_list_pi
1996_bug_fix_for_out_of_memery
2046_batch_execution_update
2048_enhance_for_workflow_excution
2109_itsm_support
brankbao-patch-1
demo_in_single_host
dev3_platform_refactor
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wecube-portal/src/pages/implementation/batch-execution.vue
+8
-3
wecube-portal/src/pages/implementation/batch-execution.vue
with
8 additions
and
3 deletions
+8
-3
wecube-portal/src/pages/implementation/batch-execution.vue
+
8
-
3
View file @
427a4707
...
...
@@ -985,6 +985,7 @@ export default {
this
.
filterTableParams
=
''
this
.
searchParameters
=
[]
this
.
userTableColumns
=
[]
this
.
seletedRows
=
[]
this
.
isShowSearchConditions
=
true
},
changeEntityType
()
{
...
...
@@ -1318,6 +1319,12 @@ export default {
}
},
changeActiveExecuteHistory
(
keyIndex
)
{
if
(
this
.
executeHistory
.
length
===
0
)
{
this
.
clearTableSelect
()
this
.
clearPlugin
()
this
.
clearComplementParams
()
return
}
this
.
displaySearchZone
=
false
this
.
displayResultTableZone
=
false
this
.
activeExecuteHistoryKey
=
keyIndex
...
...
@@ -1407,9 +1414,7 @@ export default {
},
closeModal
()
{
this
.
operaModal
=
false
if
(
this
.
activeExecuteHistoryKey
)
{
this
.
changeActiveExecuteHistory
(
this
.
activeExecuteHistoryKey
)
}
this
.
changeActiveExecuteHistory
(
this
.
activeExecuteHistoryKey
)
}
},
components
:
{
...
...
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