Ver código fonte

fix: 修复mock-data.ts父id错误

zoumingjun 7 meses atrás
pai
commit
2b0079580b
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      apps/backend-mock/utils/mock-data.ts

+ 3 - 3
apps/backend-mock/utils/mock-data.ts

@@ -276,7 +276,7 @@ export const MOCK_MENU_LIST = [
         children: [
         children: [
           {
           {
             id: 20_401,
             id: 20_401,
-            pid: 201,
+            pid: 202,
             name: 'SystemDeptCreate',
             name: 'SystemDeptCreate',
             status: 1,
             status: 1,
             type: 'button',
             type: 'button',
@@ -285,7 +285,7 @@ export const MOCK_MENU_LIST = [
           },
           },
           {
           {
             id: 20_402,
             id: 20_402,
-            pid: 201,
+            pid: 202,
             name: 'SystemDeptEdit',
             name: 'SystemDeptEdit',
             status: 1,
             status: 1,
             type: 'button',
             type: 'button',
@@ -294,7 +294,7 @@ export const MOCK_MENU_LIST = [
           },
           },
           {
           {
             id: 20_403,
             id: 20_403,
-            pid: 201,
+            pid: 202,
             name: 'SystemDeptDelete',
             name: 'SystemDeptDelete',
             status: 1,
             status: 1,
             type: 'button',
             type: 'button',