Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yfsxcx
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
node_server
yfsxcx
Commits
aa5487db
Commit
aa5487db
authored
Apr 21, 2023
by
lixinming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
6530653a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
organizationalLife.ts
src/biz/applet/partyMember/organizationalLife.ts
+2
-4
No files found.
src/biz/applet/partyMember/organizationalLife.ts
View file @
aa5487db
...
...
@@ -134,11 +134,9 @@ export async function getPartyMemberNameList(type:number, name:string) {
let
selectParam
:
any
=
{};
let
partyMemberList
;
if
(
type
!=
4
)
{
//todo
不规范
if
(
type
!=
4
)
{
//todo 不规范
selectParam
.
entryType
=
type
;
if
(
name
!=
null
)
{
selectParam
.
name
=
name
;
}
if
(
name
.
length
)
selectParam
.
name
=
name
;
partyMemberList
=
await
partyMemberData
.
getPartyMemberListByEntryType
(
selectParam
);
}
else
{
partyMemberList
=
await
partyMemberData
.
findPartyMemberAll
(
selectParam
);
...
...
Write
Preview
Markdown
is supported
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