cat-qw-lib 0.51.0 → 0.52.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
|
@@ -4327,13 +4327,13 @@ class WidgetContainerComponent {
|
|
|
4327
4327
|
this.getWidgetFromCacheList(queueId, recordId);
|
|
4328
4328
|
this.getAllWidgetList(queueId, recordId);
|
|
4329
4329
|
this.handleWidgetItemClick();
|
|
4330
|
+
this.handleGetWidgetData();
|
|
4330
4331
|
}
|
|
4331
4332
|
handleWidgetItemClick() {
|
|
4332
4333
|
this.widgetQuery.getOnWidgetItemClick()
|
|
4333
4334
|
.pipe(takeUntil(this.destroy$))
|
|
4334
4335
|
.subscribe((res) => {
|
|
4335
4336
|
if (res) {
|
|
4336
|
-
this.handleGetWidgetData();
|
|
4337
4337
|
this.onWidgetItemClick.emit(res);
|
|
4338
4338
|
}
|
|
4339
4339
|
}, (error) => {
|