fix: 修复添加菜单时是否外链和是否缓存回显异常的问题

This commit is contained in:
insistence
2024-04-19 11:31:24 +08:00
parent b423647ad5
commit dfb8af23b3

View File

@@ -339,8 +339,8 @@ function reset() {
icon: undefined, icon: undefined,
menuType: "M", menuType: "M",
orderNum: undefined, orderNum: undefined,
isFrame: "1", isFrame: 1,
isCache: "0", isCache: 0,
visible: "0", visible: "0",
status: "0" status: "0"
}; };