Commit e411d1ed authored by unknown's avatar unknown
Browse files

修复api的问题

parent 82e0542b
Showing with 5 additions and 1 deletion
+5 -1
......@@ -40,6 +40,10 @@
"levelName": "浙江兰德纵横/开发部",
"superior": "浙江兰德纵横@a706f5f0-4a3b-4785-8e1d-0a944bfad4eb@U"
},
"Duty": {
"name": "部门领导",
"unit": "开发部@kfb@U"
},
"UnitDuty" : {
"name": "李四",
"unique": "23dd1b53-feed-485d-8c9c-1a4e64ff58a2",
......
......@@ -1904,7 +1904,7 @@ MWF.xScript.ViewEnvironment = function (ev) {
* @return {Promise|Object[]} 当async为true时,返回
* {@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
* //同步执行,返回职务数组。
* var dutyList = this.org.listUnitAllDuty( unit );
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment