Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
I
install.web
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Script
install.web
Commits
917be7a2
Commit
917be7a2
authored
Mar 17, 2020
by
黄贤军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
/
parent
2a3297c6
Pipeline
#20923
passed with stage
in 1 minute and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
system.vue
src/app/HsEdi/system.vue
+2
-2
No files found.
src/app/HsEdi/system.vue
View file @
917be7a2
...
@@ -253,7 +253,7 @@ export default {
...
@@ -253,7 +253,7 @@ export default {
async
upgrade3
(
app_count
)
{
async
upgrade3
(
app_count
)
{
for
(
let
i
=
1
;
i
<=
app_count
;
i
++
)
{
for
(
let
i
=
1
;
i
<=
app_count
;
i
++
)
{
console
.
log
(
i
)
console
.
log
(
i
)
await
axios
.
get
(
`mesAPI/upgrade/remote/step3/
${
i
}
`
).
then
(
res
=>
{
await
axios
.
get
(
`mesAPI/upgrade/remote/step3/
${
i
}
/
`
).
then
(
res
=>
{
if
(
app_count
>
10
)
{
this
.
percentage
=
this
.
percentage
+
2
}
else
{
if
(
app_count
>
10
)
{
this
.
percentage
=
this
.
percentage
+
2
}
else
{
this
.
percentage
=
this
.
percentage
+
4
this
.
percentage
=
this
.
percentage
+
4
}
}
...
@@ -275,7 +275,7 @@ export default {
...
@@ -275,7 +275,7 @@ export default {
},
},
async
upgrade5
(
app_count
)
{
async
upgrade5
(
app_count
)
{
for
(
let
i
=
1
;
i
<=
app_count
;
i
++
)
{
for
(
let
i
=
1
;
i
<=
app_count
;
i
++
)
{
await
axios
.
get
(
`mesAPI/upgrade/remote/step5/
${
i
}
`
).
then
(
res
=>
{
await
axios
.
get
(
`mesAPI/upgrade/remote/step5/
${
i
}
/
`
).
then
(
res
=>
{
if
(
app_count
>
10
)
{
this
.
percentage
=
this
.
percentage
+
2
}
else
{
if
(
app_count
>
10
)
{
this
.
percentage
=
this
.
percentage
+
2
}
else
{
this
.
percentage
=
this
.
percentage
+
4
this
.
percentage
=
this
.
percentage
+
4
}
}
...
...
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