Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
f63abf18
Commit
f63abf18
authored
Jul 11, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一键部署增加字段
parent
636766ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/pages/workbench/yygl/deployment.vue
src/pages/workbench/yygl/deployment.vue
+2
-0
src/pages/workbench/yygl/yyglList.vue
src/pages/workbench/yygl/yyglList.vue
+2
-2
No files found.
src/pages/workbench/yygl/deployment.vue
View file @
f63abf18
...
@@ -473,6 +473,7 @@ export default {
...
@@ -473,6 +473,7 @@ export default {
namespace
:
this
.
baseInfoForm
.
namespace
,
namespace
:
this
.
baseInfoForm
.
namespace
,
uu
:
this
.
evtUuid
,
uu
:
this
.
evtUuid
,
values
:
this
.
app_set_info
,
values
:
this
.
app_set_info
,
source
:
this
.
$route
.
query
.
source
==
"
apply
"
?
"
apply
"
:
""
};
};
}
else
{
}
else
{
//编辑提交
//编辑提交
...
@@ -483,6 +484,7 @@ export default {
...
@@ -483,6 +484,7 @@ export default {
namespace
:
this
.
baseInfoForm
.
namespace
,
namespace
:
this
.
baseInfoForm
.
namespace
,
uu
:
this
.
evtUuid
,
uu
:
this
.
evtUuid
,
values
:
yaml
.
load
(
this
.
app_set_code
),
values
:
yaml
.
load
(
this
.
app_set_code
),
source
:
this
.
$route
.
query
.
source
==
"
apply
"
?
"
apply
"
:
""
};
};
}
}
this
.
next_step
();
this
.
next_step
();
...
...
src/pages/workbench/yygl/yyglList.vue
View file @
f63abf18
...
@@ -1187,7 +1187,7 @@ export default {
...
@@ -1187,7 +1187,7 @@ export default {
},
},
deploymentAction
(
item
)
{
deploymentAction
(
item
)
{
this
.
$router
.
push
(
this
.
$router
.
push
(
`/yygl/
${
this
.
level
}
/
${
this
.
type
}
/deployment/
${
item
.
app_id
}
`
`/yygl/
${
this
.
level
}
/
${
this
.
type
}
/deployment/
${
item
.
app_id
}
?source=
${
item
.
source
}
`
);
);
},
},
changePageSize
(
value
)
{
changePageSize
(
value
)
{
...
@@ -1269,7 +1269,7 @@ export default {
...
@@ -1269,7 +1269,7 @@ export default {
this
.
showDialog
();
this
.
showDialog
();
},
},
editItem
(
item
)
{
editItem
(
item
)
{
this
.
$router
.
push
(
`/yygl/
${
this
.
level
}
/
${
this
.
type
}
/edit/
${
item
.
id
}
?source=
${
item
.
source
}
`
);
this
.
$router
.
push
(
`/yygl/
${
this
.
level
}
/
${
this
.
type
}
/edit/
${
item
.
id
}
`
);
},
},
onLine
(
item
)
{
onLine
(
item
)
{
this
.
dialogInfo
.
title
=
"
提示
"
;
this
.
dialogInfo
.
title
=
"
提示
"
;
...
...
Write
Preview
Markdown
is supported
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