Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supervise-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
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
牛晓林
supervise-front
Commits
55ff5c0c
Commit
55ff5c0c
authored
Aug 20, 2019
by
niuxiaolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge
parent
521a365d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
main.component.ts
src/app/main/main.component.ts
+0
-8
No files found.
src/app/main/main.component.ts
View file @
55ff5c0c
...
@@ -360,7 +360,6 @@ export class MainComponent implements OnInit {
...
@@ -360,7 +360,6 @@ export class MainComponent implements OnInit {
toNormalWay
()
{
toNormalWay
()
{
this
.
normalShow
=
!
this
.
normalShow
;
this
.
normalShow
=
!
this
.
normalShow
;
<<<<<<<
HEAD
if
(
this
.
normalShow
)
{
if
(
this
.
normalShow
)
{
///map.clearOverlays();
///map.clearOverlays();
this
.
http
.
get
<
any
>
(
this
.
s
.
basePath
+
`/project/list/
${
markType
.
NORMAL
}
`
).
subscribe
(
res
=>
{
this
.
http
.
get
<
any
>
(
this
.
s
.
basePath
+
`/project/list/
${
markType
.
NORMAL
}
`
).
subscribe
(
res
=>
{
...
@@ -371,13 +370,6 @@ export class MainComponent implements OnInit {
...
@@ -371,13 +370,6 @@ export class MainComponent implements OnInit {
this
.
map
.
centerAndZoom
(
"山西省"
,
8
);
this
.
map
.
centerAndZoom
(
"山西省"
,
8
);
}
}
=======
this
.
http
.
get
<
any
>
(
this
.
s
.
basePath
+
`/project/list/
${
markType
.
NORMAL
}
`
)
.
subscribe
(
res
=>
{
this
.
normalProjects
=
res
.
data
;
});
>>>>>>>
00350
ea8987895ef638def14a2cca7611415aead
}
}
openDialog
(
id
:
string
)
{
openDialog
(
id
:
string
)
{
this
.
modalService
.
open
(
id
);
this
.
modalService
.
open
(
id
);
...
...
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