|
@@ -462,11 +462,11 @@
|
|
array1.push(parseInt(arr1[i]))
|
|
array1.push(parseInt(arr1[i]))
|
|
}
|
|
}
|
|
this.insertForm = {
|
|
this.insertForm = {
|
|
- id: this.list[i].id,
|
|
|
|
- name: this.list[i].name,
|
|
|
|
- phone: this.list[i].phone,
|
|
|
|
- role: this.list[i].role,
|
|
|
|
- cost: this.list[i].cost,
|
|
|
|
|
|
+ id: list1.id,
|
|
|
|
+ name: list1.name,
|
|
|
|
+ phone: list1.phone,
|
|
|
|
+ role: list1.role,
|
|
|
|
+ cost: list1.cost,
|
|
departmentId: array1,
|
|
departmentId: array1,
|
|
};
|
|
};
|
|
this.dialogVisible1 = true;
|
|
this.dialogVisible1 = true;
|