Commit 157a8fe9 by guanzhenshan

解决没有显示站点的问题

parent 286bd404
...@@ -411,7 +411,7 @@ ...@@ -411,7 +411,7 @@
function listwebsite() function listwebsite()
{ {
if ('@(ViewBag.statistictype)'== 0) {
var p = $('#platform').val(); var p = $('#platform').val();
if (p == '') { if (p == '') {
$('#website').html('<option value="">选择站点</option>'); $('#website').html('<option value="">选择站点</option>');
...@@ -431,7 +431,7 @@ ...@@ -431,7 +431,7 @@
} }
} }
}) })
}
} }
function ShowWebsite(platform) { function ShowWebsite(platform) {
......
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