Commit 9ae0e188 by guanzhenshan

首次进入页面默认加载流水数据

parent 09a36e5b
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
var height = document.body.clientHeight; var height = document.body.clientHeight;
$("#roletable").attr("data-height", (height - 170)); $("#roletable").attr("data-height", (height - 170));
//list(); list();
$('#platform').change(function () { $('#platform').change(function () {
//获取平台站点 //获取平台站点
......
...@@ -190,7 +190,7 @@ namespace Bailun.DC.Web.Base ...@@ -190,7 +190,7 @@ namespace Bailun.DC.Web.Base
file.Close(); file.Close();
file.Dispose(); file.Dispose();
} }
return Json(new { erron = 0 });//Demo,随便返回了个值,请勿参考 return Json(new { erron = 0 });//
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment