班组bug

This commit is contained in:
2025-11-28 16:29:06 +08:00
parent 1e6c6c5656
commit ffa0b2e8dd
15 changed files with 874 additions and 576 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-11-18 14:16:25
* @LastEditors: zwq
* @LastEditTime: 2025-11-10 16:07:01
* @LastEditTime: 2025-11-25 15:49:17
* @Description:
-->
<template>
@@ -62,9 +62,9 @@ export default {
},
processNode(node) {
// 创建唯一ID类型-原始ID
const uniqueId = node.id + node.type;
const uniqueId = node.type+'L'+node.id;
if (node.type > 0) {
node.fid = node.pid + node.type - 1;
node.fid = (node.type - 1)+'L'+node.pid;
}
return {