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
69abdf4b
Commit
69abdf4b
authored
4 years ago
by
Jingyu FENG
Committed by
GitHub
4 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1909 from WeBankPartners/1907_bug_fix
#1907 Bug fix
parents
c46cd28e
b930a9cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wecube-portal/src/pages/collaboration/components/plugin-register.vue
+2
-3
...al/src/pages/collaboration/components/plugin-register.vue
with
2 additions
and
3 deletions
+2
-3
wecube-portal/src/pages/collaboration/components/plugin-register.vue
+
2
-
3
View file @
69abdf4b
...
...
@@ -332,7 +332,7 @@
<Modal
v-model=
"configTreeManageModal"
width=
"700"
:title=
"$t('
edit_config_role
')"
:title=
"$t('
batch_regist
')"
:mask-closable=
"false"
@
on-ok=
"setConfigTreeHandler"
@
on-cancel=
"closeTreeModal"
...
...
@@ -477,7 +477,6 @@ export default {
},
methods
:
{
async
setConfigTreeHandler
()
{
console
.
log
(
this
.
$refs
.
configTree
)
const
payload
=
this
.
$refs
.
configTree
.
data
.
map
(
_
=>
{
return
{
...
_
,
...
...
@@ -491,7 +490,7 @@ export default {
})
const
{
status
}
=
await
updateConfigStatus
(
this
.
pkgId
,
payload
)
if
(
status
===
'
OK
'
)
{
this
.
getAllPluginByPkgId
()
await
this
.
getAllPluginByPkgId
()
if
(
this
.
currentPlugin
)
{
this
.
getInterfacesByPluginConfigId
(
this
.
currentPlugin
)
}
...
...
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