This commit is contained in:
chenjianan
2018-12-21 10:25:32 +08:00
parent 5a8cc04cca
commit 949089ad49

View File

@@ -60,15 +60,14 @@ export function deleteInvoice(num1) {
} }
}) })
} }
// 传送人初始化 采购科改16 // 传送人初始化
export function initSender() { export function initSender() {
return request({ return request({
url: '', url: '',
method: 'post', method: 'post',
data: { data: {
type: '1', type: '1',
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号', name: '人事档案管理_人员与角色_查询数据_采购员'
param: '考核部门编号=16'
} }
}) })
} }