|
|
@ -212,7 +212,7 @@ export default { |
|
|
|
this.constructor_params !== this.saved_constructor_params; |
|
|
|
this.constructor_params !== this.saved_constructor_params; |
|
|
|
} |
|
|
|
} |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
this.records && (this.site_rec !== this.records.site || constr_change) |
|
|
|
this.records && (this.site_rec !== this.records.site || constr_change) || (!this.records && constr_change) |
|
|
|
); |
|
|
|
); |
|
|
|
}, |
|
|
|
}, |
|
|
|
settingsCompLoaded() { |
|
|
|
settingsCompLoaded() { |
|
|
|