|
@@ -77,10 +77,10 @@ const BusinessModel: BusinessModelType = {
|
|
|
if (response?.code === consts.RET_CODE.SUCCESS) {
|
|
|
const { gatherID, businessType } = payload
|
|
|
yield put({
|
|
|
- type: 'saveExecutorMap',
|
|
|
+ type: 'saveMatterMap',
|
|
|
payload: {
|
|
|
ID: `${gatherID}_${businessType}`,
|
|
|
- list: response.data.items
|
|
|
+ list: response.data
|
|
|
}
|
|
|
})
|
|
|
}
|