Browse Source

fix: 步骤配置无法读取事项列表

lanjianrong 3 years ago
parent
commit
aaf2e48d1f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/Business/model.ts

+ 2 - 2
src/pages/Business/model.ts

@@ -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
           }
         })
       }