修改批量模型选择点 会弹框问题
This commit is contained in:
@ -48,7 +48,7 @@ class BatchModel extends Base {
|
||||
this.sdk.addIncetance(this.options.id, this)
|
||||
// BatchModel.computeDis(this)
|
||||
// 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)
|
||||
|
||||
let Draw
|
||||
|
Reference in New Issue
Block a user