@iservice365/layer-common 1.5.3 → 1.5.5
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/CHANGELOG.md
CHANGED
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
items-per-page="20"
|
|
63
63
|
fixed-header
|
|
64
64
|
hide-default-footer
|
|
65
|
-
hide-default-header
|
|
65
|
+
:hide-default-header="false"
|
|
66
66
|
@click:row="tableRowClickHandler"
|
|
67
67
|
style="max-height: calc(100vh - (200px))"
|
|
68
68
|
>
|
|
@@ -565,7 +565,7 @@ function tableRowClickHandler(_: any, data: any) {
|
|
|
565
565
|
|
|
566
566
|
const dialogPreview = ref(false);
|
|
567
567
|
const selectedFeedback = ref<TFeedback | null>(null);
|
|
568
|
-
const searchText = ref("")
|
|
568
|
+
const searchText = ref("");
|
|
569
569
|
|
|
570
570
|
getServiceProviderCategories();
|
|
571
571
|
</script>
|
|
@@ -289,7 +289,7 @@ const {
|
|
|
289
289
|
refresh: getVisitorRefresh,
|
|
290
290
|
pending: getVisitorPending,
|
|
291
291
|
} = await useLazyAsyncData(
|
|
292
|
-
`get-all-visitors-${activeTab.value}-${page.value}`
|
|
292
|
+
`get-all-visitors-${activeTab.value}-${page.value}-${siteId}`
|
|
293
293
|
,
|
|
294
294
|
() =>
|
|
295
295
|
getVisitors({
|