|
@@ -13,7 +13,7 @@ import {
|
|
|
changeTitleAdmin,
|
|
|
floderListAdmin,
|
|
|
folderModal,
|
|
|
- setSearchTemplateNorms
|
|
|
+ setSearchTemplateNorms,
|
|
|
} from '@store/actions/tabTemplate';
|
|
|
import {DIAG_SHOW} from "@store/types/print";
|
|
|
import Notify from '@commonComp/Notify';
|
|
@@ -253,6 +253,7 @@ export const newFloder = (name,id,type) => { //新建管理员文件夹
|
|
|
dispatch(folderModal(false))
|
|
|
dispatch(getFloderList())
|
|
|
dispatch(getFloderListAll())
|
|
|
+ dispatch(changeVisible(false))
|
|
|
} else {
|
|
|
Notify.error(data.msg);
|
|
|
}
|