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
c848438f
Commit
c848438f
authored
Aug 20, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应用构建fixed
parent
b83b9abb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
src/pages/workbench/component-center/app-build/index.vue
src/pages/workbench/component-center/app-build/index.vue
+10
-1
No files found.
src/pages/workbench/component-center/app-build/index.vue
View file @
c848438f
...
@@ -500,9 +500,13 @@ export default {
...
@@ -500,9 +500,13 @@ export default {
this
.
deploy_info
.
file
=
""
;
this
.
deploy_info
.
file
=
""
;
this
.
$refs
.
step2_upload
.
clearFiles
();
this
.
$refs
.
step2_upload
.
clearFiles
();
}
}
this
.
step2Loading
=
false
;
},
},
deployUploadRemove
()
{
deployUploadRemove
()
{
this
.
deploy_info
.
file
=
""
;
this
.
deploy_info
.
file
=
""
;
this
.
step2Loading
=
false
;
},
},
deployUploadSuccess
(
response
)
{
deployUploadSuccess
(
response
)
{
if
(
response
.
success
==
1
)
{
if
(
response
.
success
==
1
)
{
...
@@ -530,6 +534,7 @@ export default {
...
@@ -530,6 +534,7 @@ export default {
message
:
`提交失败`
,
message
:
`提交失败`
,
type
:
"
warning
"
,
type
:
"
warning
"
,
});
});
this
.
step2Loading
=
false
;
this
.
step2Loading
=
false
;
},
},
step2Action
()
{
step2Action
()
{
...
@@ -583,6 +588,7 @@ export default {
...
@@ -583,6 +588,7 @@ export default {
} else { */
} else { */
this
.
image_info
.
file
=
file
;
this
.
image_info
.
file
=
file
;
this
.
$refs
.
step1_upload_item
.
clearValidate
();
this
.
$refs
.
step1_upload_item
.
clearValidate
();
this
.
addImageLoading
=
false
;
// }
// }
},
},
imageUploadSuccess
(
response
)
{
imageUploadSuccess
(
response
)
{
...
@@ -610,10 +616,13 @@ export default {
...
@@ -610,10 +616,13 @@ export default {
message
:
`上传镜像失败`
,
message
:
`上传镜像失败`
,
type
:
"
warning
"
,
type
:
"
warning
"
,
});
});
this
.
addImageLoading
=
false
;
this
.
addImageLoading
=
false
;
},
},
imageUploadRemove
()
{
imageUploadRemove
()
{
this
.
image_info
.
file
=
""
;
this
.
image_info
.
file
=
""
;
this
.
addImageLoading
=
false
;
},
},
addImage
()
{
addImage
()
{
if
(
this
.
addImageLoading
)
{
if
(
this
.
addImageLoading
)
{
...
...
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