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