中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-12 65fb96d8e42b51e379b2df6d8ecfd23487fdfac3
#
1个文件已修改
6 ■■■■■ 已修改文件
src/main/webapp/static/js/cstmr/cstmr.js 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/cstmr/cstmr.js
@@ -1,4 +1,5 @@
var pageCurr;
var pageCount;
layui.config({
    base: baseUrl + "/static/layui/lay/modules/"
}).extend({
@@ -75,6 +76,7 @@
                top.location.href = baseUrl+"/";
            }
            pageCurr=curr;
            pageCount = count;
            limit();
        }
    });
@@ -194,7 +196,7 @@
    // 搜索
    form.on('submit(search)', function (data) {
        pageCurr = 1;
        tableReload(false);
        tableReload();
    });
    // 时间选择器
@@ -227,7 +229,7 @@
    parent.layer.closeAll();
});
function tableReload(child) {
function tableReload() {
    var searchData = {};
    $.each($('#search-box [name]').serializeArray(), function() {
        searchData[this.name] = this.value;