@@ -918,6 +918,7 @@ export default {
valueArray.push(...data);
this.value = JSON.stringify(valueArray, null, 4);
}
+
} else if (isInLeftBox) {
// 只有在左侧列表中没有该点时才添加
if (!this.leftPoints.find(point => point.pointName === movedPoint.pointName)) {