导入功能-从前端向后端传递自定义参数

栏目:s-hr cloud知识作者:金蝶来源:金蝶云社区发布:2024-09-16浏览:1

导入功能-从前端向后端传递自定义参数


前端导入代码示例:

importIndicatorAction: function () {
        var _self = this;
        //customParam:自定义参数
        var customParam = {
            shruicode: “自定义参数”
        };
        this.doImportData('importIndicator', customParam, undefined);
}

后端导入实现类获取自定义参数:

Map<String, String> map =this.getCustomParams();


导入功能-从前端向后端传递自定义参数

前端导入代码示例:importIndicatorAction: function () { var _self = this; //customParam:自定义参数 var custom...
点击下载文档
确认删除?
回到顶部
客服QQ
  • 客服QQ点击这里给我发消息