项目微调
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user