Commit da37d9e5 authored by 刘春's avatar 刘春
parents ce63dca2 166ce22c
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
// 移动端保存配置 // 移动端保存配置
const handleSaveByMobile = async () => { const handleSaveByMobile = async () => {
console.log(mobileTreeRef.value.getCheckedKeys(true)); console.log(mobileTreeRef.value.getCheckedKeys(true));
let menuIds = mobileTreeRef.value.getCheckedKeys(true); let menuIds = mobileTreeRef.value.getCheckedKeys(false);
let params = { let params = {
themeId: themeData.value.themeId, themeId: themeData.value.themeId,
menuType: 1, menuType: 1,
...@@ -269,7 +269,7 @@ ...@@ -269,7 +269,7 @@
// web端保存配置 // web端保存配置
const handleSaveByWeb = async () => { const handleSaveByWeb = async () => {
let menuIds = webTreeRef.value.getCheckedKeys(true); let menuIds = webTreeRef.value.getCheckedKeys(false);
let params = { let params = {
themeId: themeData.value.themeId, themeId: themeData.value.themeId,
menuType: 0, menuType: 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment