diff --git a/src/api/zdyf.js b/src/api/zdyf.js index 2c82632..330d625 100644 --- a/src/api/zdyf.js +++ b/src/api/zdyf.js @@ -84,6 +84,13 @@ export function seedCompanyDetail (id) { method: 'GET' }) } +// 种都力量-企业详情 +export function getVegetableOutputListDetail () { + return request({ + url: '/api/resi/partymember/screenenterpriseoutput/yifengScreen/getVegetableOutputListDetail', + method: 'GET' + }) +} // 党组织数量 export function prcCollectionListForGov (params) { @@ -94,3 +101,12 @@ export function prcCollectionListForGov (params) { params }) } +// 党组织数量 +export function getVegetableOutputList (params) { + return request({ + url: '/api/resi/partymember/screenenterpriseoutput/yifengScreen/getVegetableOutputList', + method: 'GET', + data: params, + params + }) +} diff --git a/src/views/next/dialog-module/zdyf-left/yfclz.vue b/src/views/next/dialog-module/zdyf-left/yfclz.vue index 0b9ef1f..e8d7853 100644 --- a/src/views/next/dialog-module/zdyf-left/yfclz.vue +++ b/src/views/next/dialog-module/zdyf-left/yfclz.vue @@ -18,13 +18,13 @@