我有一个生成我的界面的javascript文件(带有内容的边框容器和内容窗格)我调用此方法(_requestGraphs)发送请求,我试图调用一个计算我的纪元时间的方法(函数calclateEpoch) ())我在整个申请过程中使用。
_requestGraphs: function (param1, param2){
var context = this;
request:{
Clusters: "",
Servers: "",
StartTime: context._calculatEpoch(param2), //generate epoch time
EndTime: epochNow,
Width: 400,
Height: 120,
},
}).then(function (response) {
//do something
});