mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-14 00:18:40 +00:00
This commit is contained in:
parent
7dd269f2c9
commit
eedbf3f36d
|
|
@ -144,7 +144,7 @@ export class UriFactory
|
||||||
|
|
||||||
let pars = [];
|
let pars = [];
|
||||||
for (const a in comps) {
|
for (const a in comps) {
|
||||||
if (comps.hasOwnProperty(a)) {
|
if (comps.hasOwnProperty(a) && comps[a] !== '' && comps[a] !== null) {
|
||||||
pars.push(a + '=' + comps[a]);
|
pars.push(a + '=' + comps[a]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user