#7180 - Error Supplier List Scroll NOT working #298
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue