Переглянути джерело

工时管家——项目管理修改

ZhouRuiTing 5 роки тому
батько
коміт
439781438f

+ 5 - 5
fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

@@ -462,11 +462,11 @@
                     array1.push(parseInt(arr1[i]))
                 }
                 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,
                 };
                 this.dialogVisible1 = true;