fix: refs #7957 add missing closing brace
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
ea347338f4
commit
de87acd5cc
|
@ -311,6 +311,7 @@ export function useArrayData(key = useRoute().meta.moduleName, userOptions) {
|
||||||
store.data.push(val);
|
store.data.push(val);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
const totalRows = computed(() => (store.data && store.data.length) || 0);
|
const totalRows = computed(() => (store.data && store.data.length) || 0);
|
||||||
const isLoading = computed(() => store.isLoading || false);
|
const isLoading = computed(() => store.isLoading || false);
|
||||||
|
|
Loading…
Reference in New Issue