Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xwx
3 years ago
Commit
d62139a0a6c8eb8ca8e3593ddf868c03fcadebc8
1 parent
4af57899
业务视图无绑定资源提示语优化
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/workReportIndex.js
hg-monitor-web-qh/src/main/resources/static/src/controller/bizindex.js
hg-monitor-web-base/src/main/resources/static/src/controller/workReportIndex.js
View file @
d62139a
...
...
@@ -12,7 +12,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions'], function
//对外暴露的接口
exports
(
"workReportIndex"
,
function
()
{
var
accessToken
=
session
.
getToken
()[
'access_token'
]
var
createTime
=
''
var
createTime
=
'
today
'
var
isRead
=
''
var
repType
=
''
...
...
hg-monitor-web-qh/src/main/resources/static/src/controller/bizindex.js
View file @
d62139a
...
...
@@ -477,7 +477,7 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols
bizindexTable
.
html
(
html
);
});
}
else
{
layer
.
msg
(
'该业务暂
无
绑定资源!'
,
{
icon
:
2
,
time
:
3000
});
layer
.
msg
(
'该业务暂
未
绑定资源!'
,
{
icon
:
2
,
time
:
3000
});
}
}
});
...
...
Please
register
or
login
to post a comment