From f6994e5908e981a46a8ed30b0e1c316fd04ec364 Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail.com> Date: 星期二, 06 六月 2023 16:33:19 +0800 Subject: [PATCH] update 菜单列表去掉表格 --- src/views/system/dept/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 22b254d..4e7750d 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -232,7 +232,7 @@ nextTick(() => { reset(); if (row && row.deptId) { - form.value.parentId = row?.parentId; + form.value.parentId = row?.deptId; } }) } -- Gitblit v1.9.3