From 4013c8d064d07742c42d571f8dd12888622b00bc Mon Sep 17 00:00:00 2001
From: haoxr <1490493387@qq.com>
Date: Wed, 15 Mar 2023 22:36:18 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E9=83=A8=E9=97=A8=E4=BF=AE=E6=94=B9=20`?=
=?UTF-8?q?openDialog`=20=E6=96=B9=E6=B3=95=E5=8F=82=E6=95=B0=E9=A1=BA?=
=?UTF-8?q?=E5=BA=8F=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Former-commit-id: 617ce262c9efb85d635eeb7328adc778df15ae58
---
src/views/system/dept/index.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue
index 85e4fcfe..508704a9 100644
--- a/src/views/system/dept/index.vue
+++ b/src/views/system/dept/index.vue
@@ -257,14 +257,14 @@ onMounted(() => {
type="primary"
link
size="small"
- @click.stop="openDialog(scope.row.id, scope.row.parentId)"
+ @click.stop="openDialog(scope.row.parentId, scope.row.id)"
>编辑
删除