From fd6cd17c0f7a095be934f9e1d1fd7c3e10cad433 Mon Sep 17 00:00:00 2001 From: wente <329538422@qq.com> Date: 星期二, 21 五月 2024 08:45:39 +0800 Subject: [PATCH] svgEditor以及RBD画图拖动自动吸附在一条线上 --- web/src/views/modules/taskReliability/ConfigNode/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/views/modules/taskReliability/ConfigNode/index.vue b/web/src/views/modules/taskReliability/ConfigNode/index.vue index a825732..af74726 100644 --- a/web/src/views/modules/taskReliability/ConfigNode/index.vue +++ b/web/src/views/modules/taskReliability/ConfigNode/index.vue @@ -464,12 +464,12 @@ globalGridAttr.isRepair = cell.getData().isRepair globalGridAttr.voteNum = cell.getData().voteNum globalGridAttr.productType= cell.getData().productType - console.log(cell.getData().voteNum,'cell.getData().voteNum') + // console.log(cell.getData().voteNum,'cell.getData().voteNum') if(this.nodeType==='vote' || this.globalGridAttr.nodeTypeExt === 'vote' || (cell.getData().voteNum!==undefined && cell.getData().voteNum!=='')){ console.log(cell.getData().voteNum,'cell.getData().voteNum') this.showNumberInput = true } - console.log(this.showNumberInput,'this.showNumberInput') + // console.log(this.showNumberInput,'this.showNumberInput') this.showRepairInput = cell.getData().isRepair cell.removeTools() cell.addTools([ -- Gitblit v1.9.1