大屏页面初始化

This commit is contained in:
2026-03-02 13:57:22 +08:00
parent d609cc45f0
commit 1de57f2089
14 changed files with 227 additions and 96 deletions

View File

@@ -78,16 +78,6 @@ const switchMenu = (id) => {
console.log(`切换到菜单:${menuList.value.find(item => item.id === id)?.name}`);
};
watch(
() => props.formParams,
(newVal) => {
console.log('表单参数更新:', newVal);
},
{
deep: true,
immediate: true
}
);
</script>
<style scoped>