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
b2a2dfaad59402e68c66dace2fb79dee19465c57
1 parent
9ec94625
【380】 报表类型管理删除功能优化
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/reporttype.js
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/reporttype/index.html
hg-monitor-web-base/src/main/resources/static/src/controller/reporttype.js
View file @
b2a2dfa
...
...
@@ -48,7 +48,7 @@ layui.define(['form', 'admin', 'layer', 'laytpl', 'common', 'view', 'sessions',
var
checks
=
reporttypeTable
.
checkStatus
(
false
);
var
ids
=
[];
$
.
each
(
checks
,
function
(
index
,
item
)
{
ids
.
push
(
item
.
i
t
)
ids
.
push
(
item
.
i
d
)
});
deletereporttype
(
ids
);
});
...
...
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/reporttype/index.html
View file @
b2a2dfa
...
...
@@ -21,9 +21,9 @@
<button
class=
"layui-btn layui-btn-sm layui-btn-normal"
id=
"reporttype-create"
>
<i
class=
"layui-icon"
>

</i>
新增
</button>
<!-- <button class="layui-btn layui-btn-sm layui-btn-normal" id="btn-reporttype-delete">-->
<!-- <i class="layui-icon"></i>删除-->
<!-- </button>-->
<button
class=
"layui-btn layui-btn-sm layui-btn-normal"
id=
"btn-reporttype-delete"
>
<i
class=
"layui-icon"
>

</i>
删除
</button>
</div>
<table
id=
"reporttype-table"
lay-filter=
"reporttypetable"
></table>
</div>
...
...
Please
register
or
login
to post a comment