this.show_table = true
this.local_count_packages = null
if (this.config.ERMProviders.includes("local")) {
if (this.config.settings.ERMProviders.includes("local")) {
const client = APIClient.erm
const query = this.filters
? {
"/api/v1/erm/eholdings/ebsco/titles"
)
}
const q = this.filters
export const useERMStore = defineStore("erm", {
state: () => ({
sysprefs: {
config: {
ERMModule: false,
settings: {
ERMProviders: [],
},
}),
});
-