修改同步更新云内容
This commit is contained in:
@@ -36,3 +36,14 @@ export function editPassword(num1, num2, num3, num4) {
|
||||
}
|
||||
})
|
||||
}
|
||||
export function cloudEditPassword(num1, num2) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '2',
|
||||
name: '人事档案管理_人员名单_云上改密码',
|
||||
param: 'id=' + num1 + '=int&新密码=' + num2 + '=string'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user