getHwTypes: function(e, t) {
var n = {};
if (e && "function" == typeof e ? t = e : e && "object" == typeof e && (n = e),
this.__currUser)
return wialon.core.Remote.getInstance().remoteCall("core/get_hw_types", {
filterType: n.filterType,
filterValue: n.filterValue,
includeType: n.includeType
}, wialon.util.Helper.wrapCallback(t));
t(2)
},
Ну выглядит как асинхронная функция с коллбеком. Промисифицируй и дальше как обычно async/await
Так выглядит шизофрения? if (e && "function" == typeof e ? t = e : e && "object" == typeof e && (n = e), this.__currUser)
ну точно где-то рядом
Обсуждают сегодня