项目微调

This commit is contained in:
2024-10-11 08:49:31 +08:00
parent 507ea137e4
commit 0cb14955c5
9 changed files with 292 additions and 178 deletions

View File

@@ -2,7 +2,7 @@
<template>
<div class="static">
<div class="left_tree">
<tree ref="treeRef" @jump="jump" />
<tree ref="treeRef" />
</div>
<!-- <span class="new_span">测试scss颜色</span> -->
<div class="right_container">
@@ -216,13 +216,7 @@ const handleCheckFunction = (val: any) => {
});
form.value.activeTabs = val;
};
// 树点击跳转
const jump = (e: any) => {
console.log("🚀 ~ jump ~ e:", e);
router.push({
path: "/plan/planList",
});
};
onMounted(() => {
console.log();
getTree();