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
e96d255e
"src/pages/workbench/component-center/search-engine/index.vue" did not exist on "7a1d6c4688c577ab6fff8cf388e582b9a8f1742e"
Commit
e96d255e
authored
Jul 16, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应用构建fixed
parent
7bd194d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/pages/workbench/app_build.vue
src/pages/workbench/app_build.vue
+8
-0
No files found.
src/pages/workbench/app_build.vue
View file @
e96d255e
...
@@ -622,6 +622,14 @@ export default {
...
@@ -622,6 +622,14 @@ export default {
this
.
getTypes
();
this
.
getTypes
();
this
.
getOrgs
();
this
.
getOrgs
();
this
.
$api
.
user
.
getNowUser
().
then
(({
data
})
=>
{
if
(
data
.
success
==
1
)
{
this
.
app_info
.
org
=
data
.
data
.
department_id
;
}
else
{
console
.
log
(
data
.
errMsg
);
}
});
this
.
image_headers
=
[
this
.
image_headers
=
[
{
{
label
:
"
镜像名称
"
,
label
:
"
镜像名称
"
,
...
...
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