菜单修改排序后新增列表刷新

This commit is contained in:
不做码农 2022-09-28 14:01:53 +08:00
parent d1295e55cc
commit fc7224511f

View File

@ -521,6 +521,7 @@ function handleChangeSort(info) {
}) })
.then(() => { .then(() => {
handleQuery() handleQuery()
refreshMenu(info.parentId)
proxy.$modal.msgSuccess('修改成功') proxy.$modal.msgSuccess('修改成功')
}) })
.catch(() => { .catch(() => {