|
|
|
@ -305,13 +305,14 @@ export class editenterpriseuser {
|
|
|
|
|
|
|
|
|
|
//提交创建表单
|
|
|
|
|
onSubmit (e) { |
|
|
|
|
console.log(666,e) |
|
|
|
|
if (this.organizationId && this.organizationName) { |
|
|
|
|
e.phone = String(e.phone) |
|
|
|
|
e.roleType = 2 |
|
|
|
|
e.name = this.data.userData.name |
|
|
|
|
// e.name = this.data.userData.name
|
|
|
|
|
e.id = this.data.userData.id |
|
|
|
|
e.enabled = this.data.userData.enabled |
|
|
|
|
e.creationTime = new Date() |
|
|
|
|
// e.creationTime = new Date()
|
|
|
|
|
e.organizationId = this.organizationId |
|
|
|
|
e.organizationName = this.organizationName |
|
|
|
|
this.http.put(`/api/ExamUsers/${this.data.userData.id}`,e).subscribe(data => { |
|
|
|
|