魏超 5 anos atrás
pai
commit
993db83bb7
2 arquivos alterados com 21 adições e 0 exclusões
  1. 6
    0
      config/routes.js
  2. 15
    0
      src/services/apis.js

+ 6
- 0
config/routes.js Ver arquivo

@@ -684,6 +684,12 @@ export default [
684 684
                 name: '业务配置',
685 685
                 component: './eContract/businessConfig/list',
686 686
               },
687
+              {
688
+                path: '/eContract/businessConfig/add',
689
+                name: '新增业务配置',
690
+                hideInMenu: true,
691
+                component: './eContract/businessConfig/add',
692
+              },
687 693
               {
688 694
                 path: '/eContract/businessConfig/detail',
689 695
                 name: '业务配置详情',

+ 15
- 0
src/services/apis.js Ver arquivo

@@ -1487,6 +1487,21 @@ export default {
1487 1487
       url: `${prefix}/batchDelBusinessConfig`,
1488 1488
       action: 'admin.taContractBusiness.del',
1489 1489
     },
1490
+    taCompanyList: {
1491
+      method: 'GET',
1492
+      url: `${prefix}/taCompanyList`,
1493
+      action: 'admin.taCompanyList.get',
1494
+    },
1495
+    taCompanySealList: {
1496
+      method: 'GET',
1497
+      url: `${prefix}/taCompanySeal`,
1498
+      action: 'admin.taCompanySeal.get',
1499
+    },
1500
+    taContractTemplateById: {
1501
+      method: 'GET',
1502
+      url: `${prefix}/taContractTemplate/:id`,
1503
+      action: 'admin.taContractTemplate.get',
1504
+    },
1490 1505
     taContractBusinessById: {
1491 1506
       method: 'GET',
1492 1507
       url: `${prefix}/taContractBusiness/:id`,