fix #issue_indent_I5DZ3I

This commit is contained in:
不做码农 2022-06-24 19:53:15 +08:00
parent ba4f1d4c6c
commit 2a3916571d

View File

@ -447,14 +447,12 @@ function submitForm() {
updateMenu(form.value).then((response) => {
proxy.$modal.msgSuccess('修改成功')
open.value = false
menuList.value = []
getList()
})
} else {
addMenu(form.value).then((response) => {
proxy.$modal.msgSuccess('新增成功')
open.value = false
menuList.value = []
getList()
})
}