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