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
de8f8c7d
Commit
de8f8c7d
authored
Nov 13, 2018
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete log
parent
3e8aa8f7
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
20 deletions
+0
-20
alarm-list.component.ts
src/main/webapp/app/alarm/alarm-list/alarm-list.component.ts
+0
-1
alarm-modal.component.ts
...ain/webapp/app/modal/alarm-modal/alarm-modal.component.ts
+0
-1
basi-check.component.ts
src/main/webapp/app/modal/basi-check/basi-check.component.ts
+0
-3
basic-edit.component.ts
src/main/webapp/app/modal/basic-edit/basic-edit.component.ts
+0
-3
create-group.component.ts
...n/webapp/app/modal/create-group/create-group.component.ts
+0
-3
basic.component.ts
src/main/webapp/app/overAll/basic/basic.component.ts
+0
-3
auth-jwt.service.ts
src/main/webapp/app/shared/auth/auth-jwt.service.ts
+0
-2
principal.service.ts
src/main/webapp/app/shared/auth/principal.service.ts
+0
-1
login.component.ts
src/main/webapp/app/shared/login/login.component.ts
+0
-1
power.component.ts
src/main/webapp/app/system/power/power.component.ts
+0
-2
No files found.
src/main/webapp/app/alarm/alarm-list/alarm-list.component.ts
View file @
de8f8c7d
...
...
@@ -120,7 +120,6 @@ export class AlarmListComponent implements OnInit {
searchValue
(){
this
.
obj
.
startTime
=
this
.
datePipe
.
transform
(
this
.
obj
.
startTime
,
'yyyy-MM-dd HH:mm:ss'
);
this
.
obj
.
endTime
=
this
.
datePipe
.
transform
(
this
.
obj
.
endTime
,
'yyyy-MM-dd HH:mm:ss'
);
console
.
log
(
this
.
obj
);
this
.
warnList
.
getList
(
this
.
obj
);
}
}
src/main/webapp/app/modal/alarm-modal/alarm-modal.component.ts
View file @
de8f8c7d
...
...
@@ -29,7 +29,6 @@ export class AlarmModalComponent implements OnInit {
}
showModal
(
data
){
console
.
log
(
data
);
this
.
isShow
=
true
;
}
...
...
src/main/webapp/app/modal/basi-check/basi-check.component.ts
View file @
de8f8c7d
...
...
@@ -154,10 +154,7 @@ export class BasiCheckComponent implements OnInit {
data
.
condition
=
this
.
validateForm
.
condition_high
;
data
.
faultCondition
=
this
.
validateForm
.
faultCondition_high
;
}
console
.
log
(
this
.
conditionList
);
console
.
log
(
this
.
faultConditionList
);
console
.
log
(
data
);
this
.
overAllSer
.
create
(
data
).
subscribe
(
(
res
)
=>
{
if
(
res
==
10000
)
{
...
...
src/main/webapp/app/modal/basic-edit/basic-edit.component.ts
View file @
de8f8c7d
...
...
@@ -192,7 +192,6 @@ export class BasicEditComponent implements OnInit {
//tabs切换
tabsChange
(
num
)
{
console
.
log
(
'tabs:'
+
num
);
this
.
tabNum
=
num
;
}
...
...
@@ -246,7 +245,6 @@ export class BasicEditComponent implements OnInit {
}
}
console
.
log
(
this
.
interfaceslist
);
}
//只能一个默认
...
...
@@ -255,7 +253,6 @@ export class BasicEditComponent implements OnInit {
res
.
main
=
'0'
;
});
this
.
interfaceslist
[
index
].
main
=
'1'
;
console
.
log
(
this
.
interfaceslist
);
}
//新增宏
...
...
src/main/webapp/app/modal/create-group/create-group.component.ts
View file @
de8f8c7d
...
...
@@ -48,7 +48,6 @@ export class CreateGroupComponent implements OnInit {
showModal
(
title
,
item
):
void
{
this
.
title
=
title
;
console
.
log
(
item
);
this
.
validateForm
=
this
.
fb
.
group
({
name
:
[
''
,
[
Validators
.
required
],[
this
.
userNameAsyncValidator
]
],
groupDescribe
:
[
''
]
...
...
@@ -61,7 +60,6 @@ export class CreateGroupComponent implements OnInit {
this
.
validateForm
.
controls
[
i
].
markAsDirty
();
this
.
validateForm
.
controls
[
i
].
updateValueAndValidity
();
}
console
.
log
(
this
.
validateForm
);
}
create
(){
...
...
@@ -83,7 +81,6 @@ export class CreateGroupComponent implements OnInit {
}
handleCancel
():
void
{
console
.
log
(
'Button cancel clicked!'
);
this
.
isCreate
=
false
;
}
...
...
src/main/webapp/app/overAll/basic/basic.component.ts
View file @
de8f8c7d
...
...
@@ -159,7 +159,6 @@ export class BasicComponent implements OnInit {
this
.
dataSet
[
i
].
host
=
i
;
this
.
dataSet
[
i
].
checked
=
false
;
}
console
.
log
(
this
.
dataSet
);
this
.
toTree
();
}
else
{
this
.
message
.
info
(
res
.
errMsg
);
...
...
@@ -177,7 +176,6 @@ export class BasicComponent implements OnInit {
this
.
dataSet
[
i
].
host
=
i
;
this
.
dataSet
[
i
].
checked
=
false
;
}
console
.
log
(
this
.
dataSet
);
this
.
toTree
();
}
else
{
this
.
message
.
info
(
res
.
errMsg
);
...
...
@@ -376,7 +374,6 @@ export class BasicComponent implements OnInit {
this
.
batchDelList
.
splice
(
index
,
1
)
}
}
console
.
log
(
this
.
batchDelList
);
}
//开启or停止监控
...
...
src/main/webapp/app/shared/auth/auth-jwt.service.ts
View file @
de8f8c7d
...
...
@@ -34,8 +34,6 @@ export class AuthServerProvider {
);
function
authenticateSuccess
(
resp
)
{
const
bearerToken
=
resp
.
body
.
data
;
console
.
log
(
'post'
);
if
(
bearerToken
)
{
this
.
$localStorage
.
store
(
'accessToken'
,
bearerToken
);
return
;
...
...
src/main/webapp/app/shared/auth/principal.service.ts
View file @
de8f8c7d
...
...
@@ -58,7 +58,6 @@ export class Principal {
return
Promise
.
resolve
(
this
.
userIdentity
);
}
console
.
log
(
'identity'
);
// retrieve the userIdentity data from the server, update the identity object, and then resolve.
return
this
.
account
.
get
().
toPromise
().
then
((
response
)
=>
{
const
account
=
response
.
body
;
...
...
src/main/webapp/app/shared/login/login.component.ts
View file @
de8f8c7d
...
...
@@ -41,7 +41,6 @@ export class JhiLoginModalComponent implements AfterViewInit,OnInit {
)
{
this
.
credentials
=
{};
this
.
emitService
.
eventEmit
.
subscribe
((
value
:
any
)
=>
{
console
.
log
(
'接收到了'
);
if
(
value
==
"logout"
)
{
this
.
router
.
navigate
([
'app/login'
]);
}
else
{
...
...
src/main/webapp/app/system/power/power.component.ts
View file @
de8f8c7d
...
...
@@ -88,7 +88,6 @@ export class PowerComponent implements OnInit {
nzOnOk
:()
=>
{
this
.
systemSer
.
deleteRole
(
data
.
id
).
subscribe
(
(
res
)
=>
{
console
.
log
(
res
);
}
);
},
...
...
@@ -103,7 +102,6 @@ export class PowerComponent implements OnInit {
}
hello
()
{
console
.
log
(
'hello'
);
}
}
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