Compare commits

...

2 Commits

Author SHA1 Message Date
lzp
f13e173b02 Merge branch 'main' of http://18.167.251.121:10003/aidlab/FiDA_Front 2026-03-02 15:23:48 +08:00
lzp
f091eed947 1 2026-03-02 15:23:47 +08:00
2 changed files with 1 additions and 2 deletions

View File

@@ -19,7 +19,6 @@
node: { required: true, type: Object },
tier: { default: 1, type: Number }
})
console.log(props.tier, props.node)
const list = ref([
{
tier: NODE_DATATIER.TO_REAL_STYLE,

View File

@@ -92,7 +92,7 @@
const { layout } = useLayout()
const index = ref(0)
async function layoutGraph(direction) {
// if (index.value > 0) return
if (index.value > 0) return
index.value++
setTimeout(() => {
stateManager.nodes.value = layout(