班组bug
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user