WebTM/layuiadmin/SetColumn.js
@@ -203,6 +203,7 @@
//#region 显示列数据 有回调函数
function DisPlay_HideColumnWithCallback(HModName, user, option, titleData, callback) {
    $.ajax({
        url: GetWEBURL() + '/Xt_grdAlignment_WMES/grdAlignmentWMESList',
        type: "GET",
@@ -296,7 +297,7 @@
                            }
                        }
                    }
                    _newCols = data1.data[0];
                   callback.call()
                }
            } else {
            }
@@ -304,9 +305,6 @@
            layer.alert("接口请求失败!", { icon: 5 });
        }
    })
    if (_newCols !== undefined) {
        callback.call([option]);
    }
}
//#endregion
@@ -344,7 +342,7 @@
}
//#endregion
//#region 隐藏列设置编辑页面
//#region 隐藏列设置编辑页面 带回调,用于设置不可编辑列
function get_HideColumnEditWithCallback(HModName, user, option, table, callback) {
    var colName = "";
    for (var i = 1; i < option.cols[0].length - 1; i++) {