更改PCTree结构

This commit is contained in:
zgt
2022-02-17 22:08:05 +08:00
parent 99d466d195
commit 99d8db171c
6 changed files with 107 additions and 11608 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ export class Reconcile {
const prevLabel = prevItem.get('label'),
label = item.get('label');
if (prevLabel !== label) {
if (String(prevLabel) !== String(label)) {
labelChangeModels.push(item);
}
});