From 16448df7c18f04f5bad96ba666cc32c9af6b45b4 Mon Sep 17 00:00:00 2001 From: chenjianan Date: Wed, 19 Dec 2018 17:26:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E5=91=98=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/PurchasingCenter/PurchaseContractApproval.js | 5 ++--- src/api/PurchasingCenter/PurchaseContractSearch.js | 5 ++--- src/api/PurchasingCenter/PurchaseTaskAllocate.js | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/api/PurchasingCenter/PurchaseContractApproval.js b/src/api/PurchasingCenter/PurchaseContractApproval.js index faa81e5d..8d221734 100644 --- a/src/api/PurchasingCenter/PurchaseContractApproval.js +++ b/src/api/PurchasingCenter/PurchaseContractApproval.js @@ -11,15 +11,14 @@ export function initContract() { } }) } -// 初始化采购员 考核部门编号:采购部16 +// 初始化采购员 export function initBuyer() { return request({ url: '', method: 'post', data: { type: '1', - name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号', - param: '考核部门编号=16' + name: '人事档案管理_人员与角色_查询数据_采购员' } }) } diff --git a/src/api/PurchasingCenter/PurchaseContractSearch.js b/src/api/PurchasingCenter/PurchaseContractSearch.js index a1dff7ac..fe32df30 100644 --- a/src/api/PurchasingCenter/PurchaseContractSearch.js +++ b/src/api/PurchasingCenter/PurchaseContractSearch.js @@ -11,15 +11,14 @@ export function initContract() { } }) } -// 初始化采购员(考核部门编号:采购部:16) +// 初始化采购员 export function initBuyer() { return request({ url: '', method: 'post', data: { type: '1', - name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号', - param: '考核部门编号=16' + name: '人事档案管理_人员与角色_查询数据_采购员' } }) } diff --git a/src/api/PurchasingCenter/PurchaseTaskAllocate.js b/src/api/PurchasingCenter/PurchaseTaskAllocate.js index 431c9047..a5d20d02 100644 --- a/src/api/PurchasingCenter/PurchaseTaskAllocate.js +++ b/src/api/PurchasingCenter/PurchaseTaskAllocate.js @@ -34,15 +34,14 @@ export function initProject() { } }) } -// 初始化采购员 考核部门编号:采购部16 +// 初始化采购员 export function initBuyer() { return request({ url: '', method: 'post', data: { type: '1', - name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号', - param: '考核部门编号=16' + name: '人事档案管理_人员与角色_查询数据_采购员' } }) }