src/store/action.js @@ -52,4 +52,12 @@ type: user.REFRESH_TABVIEW, refreshTab } } // 重置编辑状态 export const resetEditState = (editState) => { return { type: user.RESET_EDITSTATE, editState } }