|
@@ -58,7 +58,7 @@ export default (props) => {
|
58
|
58
|
<Tab title="督查员" style={tabStyle}>
|
59
|
59
|
<PowerList
|
60
|
60
|
request={getTaIssueApply}
|
61
|
|
- params={{ applyType, sourceType: 'inspector' }}
|
|
61
|
+ params={{ applyType, sourceType: 'inspector', duty }}
|
62
|
62
|
renderItem={(item) => (
|
63
|
63
|
<Card key={item.applyId} applyInfo={item} stText={title} onClick={() => onClick(item)} />
|
64
|
64
|
)}
|
|
@@ -67,7 +67,7 @@ export default (props) => {
|
67
|
67
|
<Tab title="市民" style={tabStyle}>
|
68
|
68
|
<PowerList
|
69
|
69
|
request={getTaIssueApply}
|
70
|
|
- params={{ applyType, sourceType: 'feedback' }}
|
|
70
|
+ params={{ applyType, sourceType: 'feedback', duty }}
|
71
|
71
|
renderItem={(item) => (
|
72
|
72
|
<Card key={item.applyId} applyInfo={item} stText={title} onClick={() => onClick(item)} />
|
73
|
73
|
)}
|