Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
inspect_report
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
zhengjinlei
inspect_report
Commits
07f77701
Commit
07f77701
authored
Apr 24, 2020
by
lvshibao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
group页面修改
parent
cc8b061d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
group.js
static/inspect/js/group.js
+9
-2
No files found.
static/inspect/js/group.js
View file @
07f77701
...
@@ -99,6 +99,11 @@ new Vue({
...
@@ -99,6 +99,11 @@ new Vue({
that
.
$message
(
'
服务器错误
'
)
that
.
$message
(
'
服务器错误
'
)
}
else
{
}
else
{
that
.
countryList
=
data
.
data
.
country_list
;
that
.
countryList
=
data
.
data
.
country_list
;
if
(
that
.
countryList
.
length
>
0
)
{
that
.
country_chow
=
true
;
}
else
{
that
.
country_chow
=
false
;
};
}
}
})
})
},
},
...
@@ -119,8 +124,10 @@ new Vue({
...
@@ -119,8 +124,10 @@ new Vue({
that
.
cityList
=
data
.
data
.
city_list
;
that
.
cityList
=
data
.
data
.
city_list
;
that
.
countryList
=
data
.
data
.
country_list
;
that
.
countryList
=
data
.
data
.
country_list
;
if
(
that
.
countryList
.
length
>
0
)
{
if
(
that
.
countryList
.
length
>
0
)
{
that
.
country_chow
=
true
that
.
country_chow
=
true
;
}
}
else
{
that
.
country_chow
=
false
;
};
that
.
cityvalue
=
data
.
data
.
city_id
;
that
.
cityvalue
=
data
.
data
.
city_id
;
console
.
log
(
that
.
cityvalue
);
console
.
log
(
that
.
cityvalue
);
that
.
init_simple
=
true
;
that
.
init_simple
=
true
;
...
...
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