修改批量模型选择点 会弹框问题

This commit is contained in:
2025-08-22 21:43:34 +08:00
parent 6117e74a44
commit f37f95d646

View File

@ -48,7 +48,7 @@ class BatchModel extends Base {
this.sdk.addIncetance(this.options.id, this) this.sdk.addIncetance(this.options.id, this)
// BatchModel.computeDis(this) // BatchModel.computeDis(this)
// if (this.options.positions.length > 0 || this.options.positions.lng) { // if (this.options.positions.length > 0 || this.options.positions.lng) {
if (options.type && options.spacing != undefined) { if ((options.type && options.spacing != undefined) || options.type == '点') {
// BatchModel.computeDis(this) // BatchModel.computeDis(this)
let Draw let Draw