|
@@ -492,7 +492,6 @@ export default {
|
|
|
rawWholeData[index].id,
|
|
rawWholeData[index].id,
|
|
|
]);
|
|
]);
|
|
|
}
|
|
}
|
|
|
- console.error("wholeDataForRender length", wholeDataForRender);
|
|
|
|
|
|
|
|
|
|
if (isJoint) {
|
|
if (isJoint) {
|
|
|
gNode
|
|
gNode
|
|
@@ -521,10 +520,6 @@ export default {
|
|
|
let ids = rawWholeData[pointId - 1].ids;
|
|
let ids = rawWholeData[pointId - 1].ids;
|
|
|
let isDel = true;
|
|
let isDel = true;
|
|
|
|
|
|
|
|
- if (pointId == 305) {
|
|
|
|
|
- console.error("*****", pointId);
|
|
|
|
|
- console.error("305 ids: ", ids);
|
|
|
|
|
- }
|
|
|
|
|
ids.forEach((id, idx) => {
|
|
ids.forEach((id, idx) => {
|
|
|
if (id !== "-1") {
|
|
if (id !== "-1") {
|
|
|
isDel = false;
|
|
isDel = false;
|
|
@@ -561,10 +556,6 @@ export default {
|
|
|
let ids = rawWholeData[pointId - 1].ids;
|
|
let ids = rawWholeData[pointId - 1].ids;
|
|
|
let isDel = true;
|
|
let isDel = true;
|
|
|
|
|
|
|
|
- if (pointId == 305) {
|
|
|
|
|
- console.error("*****", pointId);
|
|
|
|
|
- console.error("305 ids: ", ids);
|
|
|
|
|
- }
|
|
|
|
|
ids.forEach((id, idx) => {
|
|
ids.forEach((id, idx) => {
|
|
|
if (id !== "-1") {
|
|
if (id !== "-1") {
|
|
|
isDel = false;
|
|
isDel = false;
|
|
@@ -1286,7 +1277,6 @@ export default {
|
|
|
}
|
|
}
|
|
|
// 渲染
|
|
// 渲染
|
|
|
this.renderWholePoints(true);
|
|
this.renderWholePoints(true);
|
|
|
- console.error("点位数据更新了!", rawWholeData);
|
|
|
|
|
|
|
|
|
|
// 存入历史记录
|
|
// 存入历史记录
|
|
|
if (
|
|
if (
|
|
@@ -1408,7 +1398,6 @@ export default {
|
|
|
this.isEditingPoint = false;
|
|
this.isEditingPoint = false;
|
|
|
},
|
|
},
|
|
|
onPointEditorDelete() {
|
|
onPointEditorDelete() {
|
|
|
- console.error(this.pointDataForEditor);
|
|
|
|
|
rawWholeData[this.pointDataForEditor.id - 1].ids = [
|
|
rawWholeData[this.pointDataForEditor.id - 1].ids = [
|
|
|
"-1",
|
|
"-1",
|
|
|
"-1",
|
|
"-1",
|