Commit 58b6cec3 authored by zhengke's avatar zhengke

返回 左侧优化

parent 118c4915
......@@ -112,7 +112,7 @@ if(searchData.value.SellTemplateType){
if(searchData.value.SellTemplateType==1) current = 3
if(searchData.value.SellTemplateType==2) current = 4
currentMenu.value = current
}else currentMenu.value = searchData.value.currentMenu
}else if(searchData.value.currentMenu!=undefined)currentMenu.value = searchData.value.currentMenu
const SalesEditorStore = useSellTemplateStore()
const marketStore = useScreenStore()
......
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