BUG 26118
This commit is contained in:
@@ -157,7 +157,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
config() {
|
||||
return !!this.index ? this.filed : JSON.parse(JSON.stringify(components.filter(v => v.type === this.filedType)[0]))
|
||||
return this.index > -1 ? this.filed : components?.filter(v => v.type === this.filedType)?.[0] || {}
|
||||
},
|
||||
pointTypeName() {
|
||||
if (!this.config.pointDict) return ''
|
||||
|
||||
Reference in New Issue
Block a user