From 4e40df67aded25733aa4e61c943147b2e548f3f6 Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Thu, 30 Dec 2021 20:14:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8E=A5=E5=8F=A3=E5=AE=9A=E4=B9=89):=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=AF=B9=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --user=郭雨琦 接口定义版本对比第一版 --- frontend/src/business/components/performance/v_node_diff.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/performance/v_node_diff.js b/frontend/src/business/components/performance/v_node_diff.js index c6a3cf85a7..3bb54e149a 100644 --- a/frontend/src/business/components/performance/v_node_diff.js +++ b/frontend/src/business/components/performance/v_node_diff.js @@ -127,7 +127,7 @@ function changeStyleBySubset(vnodeElm,color){ * @param newChildren Array * @param diffNode */ -function diffChildren(oldChildren,newChildren,diffNode){ +function diffChildren(oldChildren,newChildren,diffNode,isCompareChildren){ let oldLength = oldChildren.length; let newLength = newChildren.length; //如果isCompareChildren===true,证明是需要轮巡比较table内容是否有重复的,方法是比较每个元素的最子dom,tr的td的length是相等的;