diff --git a/04.系统编码/.vs/BeijingSafeguard/v15/.suo b/04.系统编码/.vs/BeijingSafeguard/v15/.suo index eac57c6..81c5304 100644 Binary files a/04.系统编码/.vs/BeijingSafeguard/v15/.suo and b/04.系统编码/.vs/BeijingSafeguard/v15/.suo differ diff --git a/04.系统编码/.vs/BeijingSafeguard/v15/Server/sqlite3/storage.ide b/04.系统编码/.vs/BeijingSafeguard/v15/Server/sqlite3/storage.ide index 7d9374b..e7426c4 100644 Binary files a/04.系统编码/.vs/BeijingSafeguard/v15/Server/sqlite3/storage.ide and b/04.系统编码/.vs/BeijingSafeguard/v15/Server/sqlite3/storage.ide differ diff --git a/04.系统编码/.vs/BeijingSafeguard/v15/Server/sqlite3/storage.ide-wal b/04.系统编码/.vs/BeijingSafeguard/v15/Server/sqlite3/storage.ide-wal index e765065..13a318a 100644 Binary files a/04.系统编码/.vs/BeijingSafeguard/v15/Server/sqlite3/storage.ide-wal and b/04.系统编码/.vs/BeijingSafeguard/v15/Server/sqlite3/storage.ide-wal differ diff --git a/04.系统编码/.vs/config/applicationhost.config b/04.系统编码/.vs/config/applicationhost.config index 69f090a..967acbf 100644 --- a/04.系统编码/.vs/config/applicationhost.config +++ b/04.系统编码/.vs/config/applicationhost.config @@ -162,7 +162,7 @@ - + diff --git a/04.系统编码/App/App.csproj b/04.系统编码/App/App.csproj index dd13eea..8bb883e 100644 --- a/04.系统编码/App/App.csproj +++ b/04.系统编码/App/App.csproj @@ -35,6 +35,7 @@ DEBUG;TRACE prompt 4 + false true @@ -44,6 +45,7 @@ TRACE prompt 4 + false @@ -60,9 +62,9 @@ + - diff --git a/04.系统编码/App/Content/scripts/system-management/statistic-analysis/index.js b/04.系统编码/App/Content/scripts/system-management/statistic-analysis/index.js index 28db920..428bb1c 100644 --- a/04.系统编码/App/Content/scripts/system-management/statistic-analysis/index.js +++ b/04.系统编码/App/Content/scripts/system-management/statistic-analysis/index.js @@ -202,7 +202,7 @@ onBeforeLoad: this.OnTableGridBeforeLoad.bind(this), onLoadSuccess: function (data) { if (data.total === 0) { - var body = $(this).data().datagrid.dc.body2; + var body = $('.datagrid-body'); body.addClass('null-data-body'); body.append('

暂无数据

'); } diff --git a/04.系统编码/App/Web.config b/04.系统编码/App/Web.config index 9d62173..8cdbfa8 100644 --- a/04.系统编码/App/Web.config +++ b/04.系统编码/App/Web.config @@ -1,70 +1,68 @@ - + - + - - - - - + + + + + - - + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - + - - + + - \ No newline at end of file + + \ No newline at end of file