From 867c285530394aa3dd26542c5201cdb439b5c069 Mon Sep 17 00:00:00 2001 From: juwei001 <974220104@qq.com> Date: Mon, 29 Apr 2024 16:37:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=94=AC=E8=8F=9C=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/zdyf.js | 16 ++ .../next/dialog-module/zdyf-left/yfclz.vue | 150 ++++++++---------- .../zdyf-right/kyll/keyEnterprises.vue | 2 +- .../screen-content-left/zdyf-left/index.vue | 38 +---- .../screen-content-right/hsyf-right/index.vue | 1 - .../screen-content-right/szyf-right/index.vue | 8 - .../screen-content-right/zdyf-right/index.vue | 1 - 7 files changed, 87 insertions(+), 129 deletions(-) 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 @@