From 1a7a6e27c7cf31d063b4849878573a8a4c0c1b62 Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Wed, 11 Nov 2020 18:49:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9E=E6=8C=82=E6=93=8D=E4=BD=9C=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/theme/components/menus/dialog/setTrainOperation.vue | 2 +- src/views/drts/scene/modify.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/jmapNew/theme/components/menus/dialog/setTrainOperation.vue b/src/jmapNew/theme/components/menus/dialog/setTrainOperation.vue index 8200a2d2b..6589857a2 100644 --- a/src/jmapNew/theme/components/menus/dialog/setTrainOperation.vue +++ b/src/jmapNew/theme/components/menus/dialog/setTrainOperation.vue @@ -13,7 +13,7 @@
- + diff --git a/src/views/drts/scene/modify.vue b/src/views/drts/scene/modify.vue index 109969837..f54bebfd0 100644 --- a/src/views/drts/scene/modify.vue +++ b/src/views/drts/scene/modify.vue @@ -676,7 +676,6 @@ export default { }); console.log(this.commandEvaluationRuleVOs); sums[index] = values.reduce((prev, curr) => { - console.log(curr, this.commandEvaluationRuleVOs[curr], '1111111111111111'); let value = 0; if (this.commandEvaluationRuleVOs[curr]) { value = Number(this.commandEvaluationRuleVOs[curr].score || 0); } if (!isNaN(value)) {