From 3a1edd12308339457964254f48e38acf119e87cc Mon Sep 17 00:00:00 2001 From: Well Date: Wed, 13 Mar 2024 09:28:06 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BB=D0=B8=D1=88=D0=BD=D0=B5=D0=B3=D0=BE=20=D0=BF?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l2-frontend/src/forms/DepartmentEditRow.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l2-frontend/src/forms/DepartmentEditRow.vue b/l2-frontend/src/forms/DepartmentEditRow.vue index 3c0194c817..32c5cd3a30 100644 --- a/l2-frontend/src/forms/DepartmentEditRow.vue +++ b/l2-frontend/src/forms/DepartmentEditRow.vue @@ -158,7 +158,7 @@ export default { await this.$store.dispatch(actions.GET_ALL_DEPARTMENTS); }, - editDepartment(iDdepartment) { + editDepartment() { this.subgroups_department = true; }, },