From 85adb779afbdfc4c8bbe5ff69b3de8bac27e427e Mon Sep 17 00:00:00 2001 From: shefengchun <1077478963@qq.com> Date: Tue, 21 Feb 2023 09:21:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FusionSettings/DensityCorrection.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/FusionSettings/DensityCorrection.vue b/src/components/FusionSettings/DensityCorrection.vue index a86aad8..aa8e3af 100644 --- a/src/components/FusionSettings/DensityCorrection.vue +++ b/src/components/FusionSettings/DensityCorrection.vue @@ -785,9 +785,6 @@ export default defineComponent({ } value_v_point_amount.value = Number(options_value_v_point_amount.value[options_value_v_point_amount.value.length - 1]) amount = Number(options_value_v_point_amount.value[options_value_v_point_amount.value.length - 1]) - // console.log(tmpconfig.multi_ver_density) - // console.log(value_v_point_amount.value) - // console.log(amount,'a') $store.commit("setfusion_configuration", res?.config); value_v.value = [] value_v_point.value = [] @@ -832,11 +829,9 @@ export default defineComponent({ } value_h_point_amount.value = Number(options_value_h_point_amount.value[options_value_h_point_amount.value.length - 1]) amount = Number(options_value_h_point_amount.value[options_value_h_point_amount.value.length - 1]) - //value_h_point_amount.value = amount $store.commit("setfusion_configuration", res?.config); value_h.value = [] value_h_point.value = [] - // console.log(tmpconfig.multi_hor_density) for (let index = 0; index < tmpconfig.multi_hor_density[amount].length; index++) { let tmp: DensityCorrectionPoint = tmpconfig.multi_hor_density[amount][index];