|
|
@ -54,7 +54,7 @@ export class RoleComponent implements OnInit { |
|
|
|
params: params, |
|
|
|
params: params, |
|
|
|
}) |
|
|
|
}) |
|
|
|
.subscribe((data: any) => { |
|
|
|
.subscribe((data: any) => { |
|
|
|
console.log("角色列表", data.result.items); |
|
|
|
// console.log("角色列表", data.result.items);
|
|
|
|
this.listOfData = data.result.items; |
|
|
|
this.listOfData = data.result.items; |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
@ -95,7 +95,7 @@ export class RoleComponent implements OnInit { |
|
|
|
nzOnOk: async () => { |
|
|
|
nzOnOk: async () => { |
|
|
|
if (instance.validateForm.valid) { |
|
|
|
if (instance.validateForm.valid) { |
|
|
|
await new Promise((resolve, reject) => { |
|
|
|
await new Promise((resolve, reject) => { |
|
|
|
console.log("表单信息", instance.validateForm); |
|
|
|
// console.log("表单信息", instance.validateForm);
|
|
|
|
let body = { |
|
|
|
let body = { |
|
|
|
name: instance.validateForm.value.name, |
|
|
|
name: instance.validateForm.value.name, |
|
|
|
DisplayName: instance.validateForm.value.name, |
|
|
|
DisplayName: instance.validateForm.value.name, |
|
|
@ -158,7 +158,7 @@ export class RoleComponent implements OnInit { |
|
|
|
nzOnOk: async () => { |
|
|
|
nzOnOk: async () => { |
|
|
|
if (instance.validateForm.valid) { |
|
|
|
if (instance.validateForm.valid) { |
|
|
|
await new Promise((resolve, reject) => { |
|
|
|
await new Promise((resolve, reject) => { |
|
|
|
console.log("表单信息", instance.validateForm); |
|
|
|
// console.log("表单信息", instance.validateForm);
|
|
|
|
let body = { |
|
|
|
let body = { |
|
|
|
id: item.id, |
|
|
|
id: item.id, |
|
|
|
name: instance.validateForm.value.name, |
|
|
|
name: instance.validateForm.value.name, |
|
|
@ -222,7 +222,7 @@ export class RoleComponent implements OnInit { |
|
|
|
nzMaskClosable: false, |
|
|
|
nzMaskClosable: false, |
|
|
|
nzOnOk: async () => { |
|
|
|
nzOnOk: async () => { |
|
|
|
await new Promise((resolve) => { |
|
|
|
await new Promise((resolve) => { |
|
|
|
console.log("表单信息", instance.validateForm); |
|
|
|
// console.log("表单信息", instance.validateForm);
|
|
|
|
|
|
|
|
|
|
|
|
// let arr = []
|
|
|
|
// let arr = []
|
|
|
|
// let treeData = instance.nzTreeComponent.getCheckedNodeList()
|
|
|
|
// let treeData = instance.nzTreeComponent.getCheckedNodeList()
|
|
|
|