Merge branch 'master-mj-yuanjinpeng' into 'master-mj'
fix: 工作日志查询条件不生效优化 See merge request !1256
Showing
1 changed file
with
4 additions
and
6 deletions
@@ -25,16 +25,14 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions'], function | @@ -25,16 +25,14 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions'], function | ||
25 | }) | 25 | }) |
26 | */ | 26 | */ |
27 | //绑定是否阅读 | 27 | //绑定是否阅读 |
28 | - /* form.on('radio(workReport_isRead)', function () { | 28 | + form.on('radio(workReport_isRead)', function () { |
29 | isRead = $('input[name="isRead"]:checked').val() | 29 | isRead = $('input[name="isRead"]:checked').val() |
30 | - reloadWorkReportTable() | ||
31 | - })*/ | 30 | + }) |
32 | 31 | ||
33 | //绑定类型 | 32 | //绑定类型 |
34 | - /* form.on('radio(workReport_type)', function () { | 33 | + form.on('radio(workReport_type)', function () { |
35 | repType = $('input[name="repType"]:checked').val() | 34 | repType = $('input[name="repType"]:checked').val() |
36 | - reloadWorkReportTable() | ||
37 | - })*/ | 35 | + }) |
38 | 36 | ||
39 | //时间周期切换事件 | 37 | //时间周期切换事件 |
40 | $("#createTimeBtn button").on("click", function () { | 38 | $("#createTimeBtn button").on("click", function () { |
-
Please register or login to post a comment