Commit dd2d7d3c by xuxueli

修复Cron可视化查看数据清空问题;

parent 9ec97ac2
......@@ -455,6 +455,9 @@
var generate = function () {
var activeTab = $("ul#CronGenTabs li.active a").prop("id");
if (activeTab == undefined) {
return;
}
var results = "";
switch (activeTab) {
case "SecondlyTab":
......
......@@ -455,6 +455,9 @@
var generate = function () {
var activeTab = $("ul#CronGenTabs li.active a").prop("id");
if (activeTab == undefined) {
return;
}
var results = "";
switch (activeTab) {
case "SecondlyTab":
......
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 sign in to comment