cat-qw-lib 0.47.19 → 0.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2022/cat-qw-lib.mjs
CHANGED
|
@@ -3486,7 +3486,7 @@ class DictionaryService extends BaseService {
|
|
|
3486
3486
|
this.dictionaryStore = dictionaryStore;
|
|
3487
3487
|
this._pathName = DATASOURCES.DICTIONARY;
|
|
3488
3488
|
}
|
|
3489
|
-
list = LISTCONFIG.
|
|
3489
|
+
list = LISTCONFIG.QUEUEAPICONFIG;
|
|
3490
3490
|
getAllApiProperties(name, id) {
|
|
3491
3491
|
return this.http.get(`${this.apiUrl + name}/${id}`).pipe(tap$1((propertiesData) => this.dictionaryStore.setPropertiesData(propertiesData)));
|
|
3492
3492
|
}
|