大屏页面初始化
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user