This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhaoy
/
BPA.SAAS.Web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
菜单
groupmealweb
zhaoy
9 months ago
parent
fb16c21a7f
commit
0b2ed43e41
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/pages/sys/menus/index.jsx
+ 1
- 1
src/pages/sys/menus/index.jsx
View File
@@ -28,7 +28,7 @@ const menuManager = () => {
*/
const handleAdd = async (fields) => {
fields.type=
3
fields.type=
0
await api.add({ ...fields }).then((r) => {
if (r.succeeded) {
message.success('添加成功');
Write
Preview
Loading…
Cancel
Save