From fc7224511faab698945b9b64df310f3e4af75a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Wed, 28 Sep 2022 14:01:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E4=BF=AE=E6=94=B9=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E5=90=8E=E6=96=B0=E5=A2=9E=E5=88=97=E8=A1=A8=E5=88=B7?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/menu/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue index 31aef7f..8d9d6e9 100644 --- a/src/views/system/menu/index.vue +++ b/src/views/system/menu/index.vue @@ -521,6 +521,7 @@ function handleChangeSort(info) { }) .then(() => { handleQuery() + refreshMenu(info.parentId) proxy.$modal.msgSuccess('修改成功') }) .catch(() => {