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