修改工艺人员部门编号

This commit is contained in:
liushuai
2018-11-16 10:37:26 +08:00
parent b28efba5d0
commit 08683fbe0c
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ export function initCraftmen() {
data: { data: {
type: '1', type: '1',
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号', name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
param: '考核部门编号=10' param: '考核部门编号=17'
} }
}) })
} }

View File

@@ -129,7 +129,7 @@ export function initPerson() {
data: { data: {
type: '1', type: '1',
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号', name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
param: '考核部门编号=10=int' param: '考核部门编号=17=int'
} }
}) })
} }

View File

@@ -32,7 +32,7 @@ export function getPerson() {
data: { data: {
type: '1', type: '1',
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号', name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
param: '考核部门编号=11=int' param: '考核部门编号=17=int'
} }
}) })