Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Laurel Lee
O2OA
Commits
e411d1ed
Commit
e411d1ed
authored
3 years ago
by
unknown
Browse files
Options
Download
Email Patches
Plain Diff
修复api的问题
parent
82e0542b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
o2web/jsdoc_static/actionOut/examples/x_organization_assemble_express.json
+4
-0
...c/actionOut/examples/x_organization_assemble_express.json
o2web/source/o2_core/o2/xScript/ViewEnvironment.js
+1
-1
o2web/source/o2_core/o2/xScript/ViewEnvironment.js
with
5 additions
and
1 deletion
+5
-1
o2web/jsdoc_static/actionOut/examples/x_organization_assemble_express.json
+
4
-
0
View file @
e411d1ed
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
o2web/source/o2_core/o2/xScript/ViewEnvironment.js
+
1
-
1
View file @
e411d1ed
...
...
@@ -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=
Unit
Duty
* @o2ActionOut x_organization_assemble_express.UnitDutyAction.listWithUnitObject|example=Duty
* @o2syntax
* //同步执行,返回职务数组。
* var dutyList = this.org.listUnitAllDuty( unit );
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help