fixed get companies
This commit is contained in:
@@ -7,7 +7,7 @@ class WorkorderTenantConfigModel extends TTCrudBaseModel {
|
||||
public string $name;
|
||||
public string $documentationTypes; // JSON
|
||||
public string $workorderCreationFilters; // JSON
|
||||
public string $interventionTypes; // JSON
|
||||
public ?string $interventionTypes; // JSON
|
||||
public int $civilEngineeringDocsRequired;
|
||||
public int $create;
|
||||
public int $createBy;
|
||||
|
||||
@@ -91,6 +91,7 @@ Vue.component('tt-select', {
|
||||
methods: {
|
||||
toggleDropdown() {
|
||||
if (this.disabled) return;
|
||||
if (!this.open) this.$emit('focus');
|
||||
this.open = !this.open;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user