Commit af242b48 authored by yzl's avatar yzl

修改参数

parent 2a4c61a0
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
pageIndex: 1, pageIndex: 1,
sortFields: '录入时间', sortFields: '录入时间',
direction: 'desc', direction: 'desc',
accountName: '环境信息台账', accountName: '客户环境信息',
info: code, info: code,
dateFrom: '', dateFrom: '',
dateTo: '', dateTo: '',
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
const obj = { const obj = {
pageSize: 999, pageSize: 999,
pageIndex: 1, pageIndex: 1,
accountName: '项目干系人台账', accountName: '相关方',
queryWhere: " and 项目流水号='" + projectId +"' and 成员属性='内部'" , queryWhere: " and 项目流水号='" + projectId +"' and 成员属性='内部'" ,
'request.preventCache': new Date().getTime(), 'request.preventCache': new Date().getTime(),
} }
...@@ -196,7 +196,7 @@ ...@@ -196,7 +196,7 @@
success: function (ret) { success: function (ret) {
if (ret.say.statusCode === '0000') { if (ret.say.statusCode === '0000') {
const list = JSON.parse(ret.jsonData); const list = JSON.parse(ret.jsonData);
const filterArr = list.filter(item => item['项目角色'] === '分公司实施专员'); const filterArr = list.filter(item => item['职位'] === '分公司实施专员');
setUserList(filterArr); setUserList(filterArr);
} }
......
Markdown is supported
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