From f7976b60229861e65f46896d053fb8c9b8bb5301 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 25 Jun 2024 09:05:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E7=AE=A1=E7=90=86=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E6=98=BE=E7=A4=BA=E8=8F=9C=E5=8D=95=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E4=B8=BA=E6=98=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/AppMenuManager/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/AppMenuManager/list.vue b/packages/core/AppMenuManager/list.vue index ad6d97eb..5d7a806c 100644 --- a/packages/core/AppMenuManager/list.vue +++ b/packages/core/AppMenuManager/list.vue @@ -163,7 +163,7 @@ export default { }, addMenu(row) { this.dialog = true - this.form = {parentId: row.id} + this.form = {parentId: row.id, status: 1} this.selected = row }, handleEdit(row) {