瀏覽代碼

新需求

魏超 5 年之前
父節點
當前提交
993db83bb7
共有 2 個文件被更改,包括 21 次插入0 次删除
  1. 6
    0
      config/routes.js
  2. 15
    0
      src/services/apis.js

+ 6
- 0
config/routes.js 查看文件

684
                 name: '业务配置',
684
                 name: '业务配置',
685
                 component: './eContract/businessConfig/list',
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
                 path: '/eContract/businessConfig/detail',
694
                 path: '/eContract/businessConfig/detail',
689
                 name: '业务配置详情',
695
                 name: '业务配置详情',

+ 15
- 0
src/services/apis.js 查看文件

1487
       url: `${prefix}/batchDelBusinessConfig`,
1487
       url: `${prefix}/batchDelBusinessConfig`,
1488
       action: 'admin.taContractBusiness.del',
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
     taContractBusinessById: {
1505
     taContractBusinessById: {
1491
       method: 'GET',
1506
       method: 'GET',
1492
       url: `${prefix}/taContractBusiness/:id`,
1507
       url: `${prefix}/taContractBusiness/:id`,