king
2019-10-29 d4f4804aeedb44d81b7518cd5469abcb0c215d6b
src/store/action.js
@@ -60,4 +60,12 @@
    type: user.RESET_EDITSTATE,
    editState
  }
}
// 重置编辑级别
export const resetEditLevel = (editLevel) => {
  return {
    type: user.RESET_EDITLEVEL,
    editLevel
  }
}