This commit is contained in:
parent
622c875dc5
commit
ad8618a51b
|
@ -117,7 +117,7 @@ export function useArrayData(key = useRoute().meta.moduleName, userOptions) {
|
|||
oneRecord: store.oneRecord,
|
||||
});
|
||||
|
||||
return store.data;
|
||||
return response;
|
||||
}
|
||||
|
||||
function destroy() {
|
||||
|
|
Loading…
Reference in New Issue