소스 검색

提交代码

JX.Li 3 달 전
부모
커밋
0a12c20f29
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/api/forest.js

+ 1 - 1
src/api/forest.js

@@ -28,7 +28,7 @@ export function selectByMenuId() {
     url: '/system/menuEventType/selectByMenuId',
     method: 'post',
     data:{
-      menuId:'45'
+      menuId:'41'
     }
   })
 }