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