1
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -8,6 +8,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script src="/umi.214f65b8.js"></script>
|
||||
<script src="/umi.df75975b.js"></script>
|
||||
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
578
dist/umi.214f65b8.js
vendored
578
dist/umi.214f65b8.js
vendored
File diff suppressed because one or more lines are too long
@@ -29,7 +29,6 @@ const handleAdd = async (fields: API.System.Menu) => {
|
||||
return true;
|
||||
} catch (error) {
|
||||
hide();
|
||||
message.error('添加失败请重试!');
|
||||
return false;
|
||||
}
|
||||
};
|
||||
@@ -48,7 +47,6 @@ const handleUpdate = async (fields: API.System.Menu) => {
|
||||
return true;
|
||||
} catch (error) {
|
||||
hide();
|
||||
message.error('修改失败请重试!');
|
||||
return false;
|
||||
}
|
||||
};
|
||||
@@ -64,7 +62,6 @@ const handleRemoveOne = async (selectedRow: API.System.Menu) => {
|
||||
return true;
|
||||
} catch (error) {
|
||||
hide();
|
||||
message.error('删除失败,请重试');
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user