设备类型报告模版只在楼下厂家展示

This commit is contained in:
sjl
2025-05-06 10:08:57 +08:00
parent fe6524404c
commit cf77572f41
3 changed files with 22 additions and 10 deletions

View File

@@ -84,6 +84,7 @@ const modeList = [
const handelOpen = async (item: any) => {
modeStore.setCurrentMode(item.code); // 将模式code存入 store
const {data:scene} = await getCurrentScene(); // 获取当前场景
// AppSceneStore.setCurrentMode(scene+'');//0省级平台1设备出厂2研发自测
AppSceneStore.setCurrentMode(scene+'');//0省级平台1设备出厂2研发自测
await authStore.setShowMenu();