#7180 - Error Supplier List Scroll NOT working #298

Merged
jsegarra merged 5 commits from 7180_bug_supplierListScroll into dev 2024-04-18 11:07:45 +00:00
1 changed files with 0 additions and 7 deletions
Showing only changes of commit 7f63ea4e1c - Show all commits

View File

@ -20,13 +20,6 @@ export function useArrayData(key, userOptions) {
const page = ref(1);
// watch(
// () => store.hasMoreData,
// () => {
// hasMoreData.value = store.hasMoreData;
// arrayDataStore.$state.console.error(this);
// }
// );
onMounted(() => {
setOptions();