From a0d5241e8b7ec3d11e5e029187c48920c3834f8c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 24 十月 2019 16:37:09 +0800 Subject: [PATCH] top-menu --- src/store/action.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/store/action.js b/src/store/action.js index f5e70b6..e73abfb 100644 --- a/src/store/action.js +++ b/src/store/action.js @@ -52,4 +52,12 @@ type: user.REFRESH_TABVIEW, refreshTab } +} + +// 閲嶇疆缂栬緫鐘舵�� +export const resetEditState = (editState) => { + return { + type: user.RESET_EDITSTATE, + editState + } } \ No newline at end of file -- Gitblit v1.8.0