Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
smart
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
wangqinghua
smart
Commits
2fa39688
Commit
2fa39688
authored
Jun 20, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
message update
parent
42b60723
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
22 deletions
+1
-22
resource-alarm.component.ts
...p/app/analysis/resource-alarm/resource-alarm.component.ts
+0
-7
resource-usabil.component.ts
...app/analysis/resource-usabil/resource-usabil.component.ts
+0
-7
warn-list.component.ts
src/main/webapp/app/modal/warn-list/warn-list.component.ts
+0
-2
basic.component.ts
src/main/webapp/app/overAll/basic/basic.component.ts
+0
-5
tsconfig.json
tsconfig.json
+1
-1
No files found.
src/main/webapp/app/analysis/resource-alarm/resource-alarm.component.ts
View file @
2fa39688
...
...
@@ -105,7 +105,6 @@ export class ResourceAlarmComponent implements OnInit {
const
response
=
res
.
data
;
this
.
setTopEcharts
(
response
);
}
else
{
this
.
message
.
warning
(
'告警总数TOP10暂无数据'
);
this
.
data
.
left
=
true
;
}
}
else
{
...
...
@@ -170,7 +169,6 @@ export class ResourceAlarmComponent implements OnInit {
const
response
=
res
.
data
;
this
.
setAlarmTrend
(
response
);
}
else
{
this
.
message
.
warning
(
'告警趋势暂无数据'
);
this
.
isLoading
=
false
;
this
.
data
.
right
=
true
;
}
...
...
@@ -259,8 +257,6 @@ export class ResourceAlarmComponent implements OnInit {
(
res
)
=>
{
if
(
res
.
errCode
==
10000
){
this
.
commonList
=
res
.
data
;
}
else
{
this
.
message
.
error
(
res
.
errMsg
);
}
}
...
...
@@ -284,10 +280,7 @@ export class ResourceAlarmComponent implements OnInit {
if
(
res
.
errCode
==
10000
){
this
.
reportList
=
res
.
data
.
data
;
this
.
totalNum
=
res
.
data
.
totalNum
;
}
else
{
this
.
message
.
error
(
res
.
errMsg
);
}
}
);
}
...
...
src/main/webapp/app/analysis/resource-usabil/resource-usabil.component.ts
View file @
2fa39688
...
...
@@ -62,8 +62,6 @@ export class ResourceUsabilComponent implements OnInit {
this
.
groupList
=
res
.
data
;
this
.
obj
.
groupid
=
this
.
groupList
[
0
].
groupid
+
''
;
this
.
search
();
}
else
{
this
.
message
.
error
(
res
.
errMsg
);
}
}
);
...
...
@@ -82,7 +80,6 @@ export class ResourceUsabilComponent implements OnInit {
}
else
{
this
.
data
.
left
=
true
;
this
.
isLoading
=
false
;
this
.
message
.
warning
(
'可用性TOP暂无数据'
);
}
}
else
{
this
.
message
.
error
(
res
.
errMsg
);
...
...
@@ -143,11 +140,7 @@ export class ResourceUsabilComponent implements OnInit {
}
else
{
this
.
data
.
right
=
true
;
this
.
isLoading
=
false
;
this
.
message
.
warning
(
'可用性Last暂无数据'
);
}
}
else
{
this
.
message
.
error
(
res
.
errMsg
);
}
}
);
...
...
src/main/webapp/app/modal/warn-list/warn-list.component.ts
View file @
2fa39688
...
...
@@ -54,8 +54,6 @@ export class WarnListComponent implements OnInit {
this
.
totalNum
=
res
.
data
.
totalNum
;
this
.
total
.
emit
(
this
.
totalNum
);
}
}
else
{
this
.
message
.
info
(
res
.
errMsg
);
}
this
.
loading
=
false
;
}
...
...
src/main/webapp/app/overAll/basic/basic.component.ts
View file @
2fa39688
...
...
@@ -181,8 +181,6 @@ export class BasicComponent implements OnInit {
if
(
res
.
errCode
==
10000
)
{
this
.
groupList
=
res
.
data
;
this
.
search
();
}
else
{
this
.
message
.
info
(
res
.
errMsg
);
}
}
);
...
...
@@ -256,7 +254,6 @@ export class BasicComponent implements OnInit {
this
.
loading
=
true
;
this
.
pageNum
=
event
;
this
.
searchRe
();
console
.
log
(
this
.
groupid
);
}
//backList
...
...
@@ -274,8 +271,6 @@ export class BasicComponent implements OnInit {
this
.
yellow
=
res
.
data
.
waring
;
this
.
red
=
res
.
data
.
serious
;
this
.
deviceNo
=
res
.
data
.
total
;
}
else
{
this
.
message
.
info
(
res
.
Msg
);
}
}
);
...
...
tsconfig.json
View file @
2fa39688
...
...
@@ -10,7 +10,7 @@
"noImplicitAny"
:
false
,
"skipLibCheck"
:
true
,
"suppressImplicitAnyIndexErrors"
:
true
,
"outDir"
:
"build/w
x
/app"
,
"outDir"
:
"build/w
ww
/app"
,
"lib"
:
[
"es7"
,
"dom"
],
"typeRoots"
:
[
"node_modules/@types"
...
...
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