Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
feedback
Project
Project
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
王华
feedback
Commits
af242b48
Commit
af242b48
authored
Jan 11, 2023
by
yzl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改参数
parent
2a4c61a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.html
index.html
+3
-3
No files found.
index.html
View file @
af242b48
...
...
@@ -155,7 +155,7 @@
pageIndex
:
1
,
sortFields
:
'录入时间'
,
direction
:
'desc'
,
accountName
:
'
环境信息台账
'
,
accountName
:
'
客户环境信息
'
,
info
:
code
,
dateFrom
:
''
,
dateTo
:
''
,
...
...
@@ -184,7 +184,7 @@
const
obj
=
{
pageSize
:
999
,
pageIndex
:
1
,
accountName
:
'
项目干系人台账
'
,
accountName
:
'
相关方
'
,
queryWhere
:
" and 项目流水号='"
+
projectId
+
"' and 成员属性='内部'"
,
'request.preventCache'
:
new
Date
().
getTime
(),
}
...
...
@@ -196,7 +196,7 @@
success
:
function
(
ret
)
{
if
(
ret
.
say
.
statusCode
===
'0000'
)
{
const
list
=
JSON
.
parse
(
ret
.
jsonData
);
const
filterArr
=
list
.
filter
(
item
=>
item
[
'
项目角色
'
]
===
'分公司实施专员'
);
const
filterArr
=
list
.
filter
(
item
=>
item
[
'
职位
'
]
===
'分公司实施专员'
);
setUserList
(
filterArr
);
}
...
...
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