From 153c0f2df131a34fbbe07b402383397ff6f40697 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 30 Mar 2026 15:29:54 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=96=B0=E5=A2=9E=E8=AF=95=E9=AA=8C?= =?UTF-8?q?=E5=8D=95=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=A2=9E=E5=8A=A0PJM?= =?UTF-8?q?=E8=B4=9F=E8=B4=A3=E4=BA=BA=EF=BC=88=E4=B8=8D=E5=BF=85=E5=A1=AB?= =?UTF-8?q?=EF=BC=89=E8=AF=95=E9=AA=8C=E5=8D=95=E5=AE=A1=E6=89=B9=E5=AE=8C?= =?UTF-8?q?=E5=90=8E=E4=B9=9F=E9=9C=80=E8=A6=81=E7=BB=99PJM=E8=B4=9F?= =?UTF-8?q?=E8=B4=A3=E4=BA=BA=E5=8F=91=E9=80=81=E5=AE=A1=E6=89=B9=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E9=82=AE=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/erf/erf.js | 5 + .../modules/erf/components/expApplyForm.vue | 98 ++++++++++++++++++- src/views/modules/erf/expApplyList.vue | 2 +- 3 files changed, 103 insertions(+), 2 deletions(-) diff --git a/src/api/erf/erf.js b/src/api/erf/erf.js index 4f567a1..b6ebc5b 100644 --- a/src/api/erf/erf.js +++ b/src/api/erf/erf.js @@ -20,6 +20,11 @@ export const getExpApplyDetail = data => createAPI(`/erf/expApply/getExpApplyDet */ export const saveExpApply = data => createAPI(`/erf/expApply/saveExpApply`, 'post', data) +/** + * 获取PJM负责人列表(产品文档收美-PM角色) + */ +export const getPjmLeaderList = data => createAPI(`/erf/expApply/getPjmLeaderList`, 'post', data) + /** * 下达申请单 */ diff --git a/src/views/modules/erf/components/expApplyForm.vue b/src/views/modules/erf/components/expApplyForm.vue index 1e95ed7..4fccf27 100644 --- a/src/views/modules/erf/components/expApplyForm.vue +++ b/src/views/modules/erf/components/expApplyForm.vue @@ -87,6 +87,26 @@ + + + + + + + + +