#
luxiaotao1123
2024-02-22 ff54e13fd92b2a17a0bb9f52b618b4a5cc037073
#
1个文件已修改
2 ■■■■■ 已修改文件
zy-asrs-flow/src/pages/system/role/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/role/index.jsx
@@ -402,6 +402,7 @@
                    () => {
                        setScopeModalVisible(false);
                        setCurrentRow(undefined);
                        setMenuIds([]);
                    }
                }
                onSubmit={async (values) => {
@@ -412,6 +413,7 @@
                    if (ok) {
                        setScopeModalVisible(false);
                        setCurrentRow(undefined);
                        setMenuIds([]);
                        if (actionRef.current) {
                            actionRef.current.reload();
                        }