ch
2021-10-26 254e8d03504456b513c7d1aea1ad627a7ad5209e
WebTM/views/»ù´¡×ÊÁÏ/Êý¾Ý×Öµä/Xt_DataDictionary_TableList.html
@@ -165,7 +165,7 @@
                    , cols: [[
                        { type: 'checkbox', fixed: 'left' }
                        , { field: 'HItemID', title: 'HItemID', sort: true, hide: true }
                        , { field: '模块名称', title: '模块名称' }
                        , { field: '模块名称', title: '模块名称',width: 130 }
                        , { field: '单据类型', title: '单据类型' }
                        , { field: '数据表名', title: '数据表名' }
                        , { field: '表标签', title: '表标签' }
@@ -182,7 +182,7 @@
                var ajaxLoad = layer.load();
                //进入页面显示的缓存列表
                $.ajax({
                    url: GetWEBURL() + '/Gy_Source/list',
                    url: GetWEBURL() + '/Xt_DataDictionary_Table/list',
                    type: "GET",
                    data: { "sWhere": sWhere },
                    success: function (result) {
@@ -251,7 +251,7 @@
                    var ajaxLoad = layer.load();
                    //逻辑删除方法
                    $.ajax({
                        url: GetWEBURL() + 'DeltetGy_Source',
                        url: GetWEBURL() + 'DeltetXt_DataDictionary_Table',
                        type: "GET",
                        data: { "HItemID": ItemID },
                        success: function (result) {