提交 3cb97125 编写于 作者: 蔡祥熠

Merge branch 'hotfix/api' into 'master'

Merge of hotfix/api 修复api职务描述不正确的问题 to master

See merge request o2oa/o2oa!322

(cherry picked from commit 9dc76c5d)

e411d1ed 修复api的问题
上级 3e628115
...@@ -40,6 +40,10 @@ ...@@ -40,6 +40,10 @@
"levelName": "浙江兰德纵横/开发部", "levelName": "浙江兰德纵横/开发部",
"superior": "浙江兰德纵横@a706f5f0-4a3b-4785-8e1d-0a944bfad4eb@U" "superior": "浙江兰德纵横@a706f5f0-4a3b-4785-8e1d-0a944bfad4eb@U"
}, },
"Duty": {
"name": "部门领导",
"unit": "开发部@kfb@U"
},
"UnitDuty" : { "UnitDuty" : {
"name": "李四", "name": "李四",
"unique": "23dd1b53-feed-485d-8c9c-1a4e64ff58a2", "unique": "23dd1b53-feed-485d-8c9c-1a4e64ff58a2",
......
...@@ -1904,7 +1904,7 @@ MWF.xScript.ViewEnvironment = function (ev) { ...@@ -1904,7 +1904,7 @@ MWF.xScript.ViewEnvironment = function (ev) {
* @return {Promise|Object[]} 当async为true时,返回 * @return {Promise|Object[]} 当async为true时,返回
* {@link https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Promise|Promise}。 * {@link https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Promise|Promise}。
* 否则返回职务数组 * 否则返回职务数组
* @o2ActionOut x_organization_assemble_express.UnitDutyAction.listWithUnitObject|example=UnitDuty * @o2ActionOut x_organization_assemble_express.UnitDutyAction.listWithUnitObject|example=Duty
* @o2syntax * @o2syntax
* //同步执行,返回职务数组。 * //同步执行,返回职务数组。
* var dutyList = this.org.listUnitAllDuty( unit ); * var dutyList = this.org.listUnitAllDuty( unit );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册