This commit is contained in:
liushuai
2018-12-25 20:05:49 +08:00
parent 5fd49aa262
commit 6f173e5723
3 changed files with 5 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ export function deleteInvoice(num1, num2) {
}
})
}
// 传送人接收人初始化 采购科改16
// 传送人接收人初始化
export function initPerson() {
return request({
url: '',
@@ -57,7 +57,7 @@ export function initPerson() {
data: {
type: '1',
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
param: '考核部门编号=16'
param: '考核部门编号=9'
}
})
}