+
+ 使用简单模式填写
+
新建/重构
@@ -119,6 +122,18 @@
servername: this.servername
}));
this.toBack();
+ },
+ toPopWindForTime: function () {
+ TOOLS.popWind({
+ style: {
+ maxWidth: "400px"
+ },
+ title: "计划任务简单模式",
+ template: "template/dialog/time_bulider.html",
+ callback: function (result) {
+ console.log("得到结果", result)
+ }
+ });
}
}
});
diff --git a/public/template/component/schedule.html b/public/template/component/schedule.html
index 8d83caf7..f7a23033 100644
--- a/public/template/component/schedule.html
+++ b/public/template/component/schedule.html
@@ -53,16 +53,6 @@
\ No newline at end of file