Compare commits

...

1 Commits

Author SHA1 Message Date
shefengchun 85adb779af 删除多余代码 2023-02-21 09:21:58 +08:00
1 changed files with 0 additions and 5 deletions

View File

@ -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];