返回列表 发布新帖

[问题求助] 娜娜hooks如何调用ESP接口

4 1
发表于 2024-12-27 23:28:26 | 查看全部 阅读模式
问答

紧急程度

已完结
娜娜hooks如何调用ESP接口

最佳答案

查看完整内容

同METIS写法 options.utils.espApi.getEspByActionId({       actionId: "hr.integrate.service.call",       parameter     }).subscribe(       (res) => {         DWLog.i("response:" + JSON.stringify(res));         var leaveHours = res.response['Hours'] + res.response['Unit']; ...

评论1

姜文盛楼主Lv.2 发表于 2024-12-27 23:28:26 | 查看全部
同METIS写法
options.utils.espApi.getEspByActionId({
      actionId: "hr.integrate.service.call",
      parameter
    }).subscribe(
      (res) => {
        DWLog.i("response:" + JSON.stringify(res));
        var leaveHours = res.response['Hours'] + res.response['Unit'];

        var totalHoursComp = proxyPage.getComponent("Total_hours");
        totalHoursComp.data.text = leaveHours;

        //更新组件界面
        totalHoursComp.update();
      },
      (e) => {
        toast.showToast(e.msg);
      }
    )

回复

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

  • 关注公众号
Copyright © 2025 鼎捷数智股份有限公司 版权所有 All Rights Reserved. Powered by Discuz! X5.0
关灯 在本版发帖
即将开放
返回顶部
快速回复 返回顶部 返回列表