|
@@ -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`,
|