perf: order
gitea/salix-front/pipeline/pr-test This commit looks good
Details
gitea/salix-front/pipeline/pr-test This commit looks good
Details
This commit is contained in:
parent
d8c3e6bce7
commit
97fee8d1d0
|
@ -128,11 +128,11 @@ export function useArrayData(key = useRoute().meta.moduleName, userOptions) {
|
|||
const res = updateStateParams(response.data);
|
||||
if (res?.redirect) return;
|
||||
}
|
||||
processData(response.data, { map: !!store.mapKey, append });
|
||||
|
||||
store.isLoading = false;
|
||||
canceller = null;
|
||||
|
||||
processData(response.data, { map: !!store.mapKey, append });
|
||||
|
||||
return response;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue