|
@@ -513,8 +513,9 @@
|
|
|
if (this.handleSelectionZzjgwillchange == null) {
|
|
|
return
|
|
|
}
|
|
|
- this.handleSelectionZzjgDate[index].departmentId = this.handleSelectionZzjgwillchange[this.handleSelectionZzjgwillchange.length - 1]
|
|
|
+
|
|
|
for (let index = 0; index < this.handleSelectionZzjgDate.length; index++) {
|
|
|
+ this.handleSelectionZzjgDate[index].departmentId = this.handleSelectionZzjgwillchange[this.handleSelectionZzjgwillchange.length - 1]
|
|
|
if (this.handleSelectionZzjgDate[index].role == 1) {
|
|
|
this.submitInsert1(this.handleSelectionZzjgDate[index],1)
|
|
|
}else{
|