|
Lines 82-88
export default {
Link Here
|
| 82 |
const { get_lib_from_av, map_av_dt_filter } = AVStore |
82 |
const { get_lib_from_av, map_av_dt_filter } = AVStore |
| 83 |
|
83 |
|
| 84 |
const ERMStore = inject("ERMStore") |
84 |
const ERMStore = inject("ERMStore") |
| 85 |
const { providers } = ERMStore |
85 |
const { sysprefs } = ERMStore |
| 86 |
|
86 |
|
| 87 |
const table = ref() |
87 |
const table = ref() |
| 88 |
const filters = reactive({ |
88 |
const filters = reactive({ |
|
Lines 98-104
export default {
Link Here
|
| 98 |
get_lib_from_av, |
98 |
get_lib_from_av, |
| 99 |
escape_str, |
99 |
escape_str, |
| 100 |
map_av_dt_filter, |
100 |
map_av_dt_filter, |
| 101 |
providers, |
101 |
sysprefs, |
| 102 |
table, |
102 |
table, |
| 103 |
} |
103 |
} |
| 104 |
}, |
104 |
}, |
|
Lines 168-174
export default {
Link Here
|
| 168 |
this.show_table = true |
168 |
this.show_table = true |
| 169 |
this.local_count_packages = null |
169 |
this.local_count_packages = null |
| 170 |
|
170 |
|
| 171 |
if (this.providers.includes("local")) { |
171 |
if (this.sysprefs.ERMProviders.includes("local")) { |
| 172 |
const client = APIClient.erm |
172 |
const client = APIClient.erm |
| 173 |
const query = this.filters |
173 |
const query = this.filters |
| 174 |
? { |
174 |
? { |