更改PCTree结构
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user