This commit is contained in:
liushuai
2018-12-28 12:44:14 +08:00
parent 42335a0458
commit 0d86d16d0e
5 changed files with 9 additions and 8 deletions

View File

@@ -61,7 +61,7 @@ export function searchRequestTable(check, start, end) {
}
})
}
// 初始化采购员 考核部门编号采购部改2
// 初始化采购员
export function initBuyer() {
return request({
url: '',
@@ -69,7 +69,7 @@ export function initBuyer() {
data: {
type: '1',
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
param: '考核部门编号=2'
param: '考核部门编号=5'
}
})
}

View File

@@ -11,7 +11,7 @@ export function initContract() {
}
})
}
// 初始化采购员(考核部门编号采购部2)
// 初始化采购员
export function initBuyer() {
return request({
url: '',
@@ -19,7 +19,7 @@ export function initBuyer() {
data: {
type: '1',
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
param: '考核部门编号=2'
param: '考核部门编号=5'
}
})
}

View File

@@ -11,7 +11,7 @@ export function initContract() {
}
})
}
// 初始化采购员(考核部门编号采购部2)
// 初始化采购员
export function initBuyer() {
return request({
url: '',
@@ -19,7 +19,7 @@ export function initBuyer() {
data: {
type: '1',
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
param: '考核部门编号=2'
param: '考核部门编号=5'
}
})
}

View File

@@ -22,7 +22,7 @@ export function initContract1() {
}
})
}
// 初始化采购员(考核部门编号采购部2)
// 初始化采购员
export function initBuyer() {
return request({
url: '',
@@ -30,7 +30,7 @@ export function initBuyer() {
data: {
type: '1',
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
param: '考核部门编号=2'
param: '考核部门编号=5'
}
})
}