导入功能-从前端向后端传递自定义参数
前端导入代码示例:
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...
点击下载文档
上一篇:eas客户端登录提示数据库版本不符下一篇:零售行业案例分享
本文2024-09-16 23:47:07发表“s-hr cloud知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-shr-56774.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章