|
|
@ -324,7 +324,8 @@ export default { |
|
|
|
bb.push({ |
|
|
|
modelSid: element.sid, |
|
|
|
configurationItemsSid: element.configSid, |
|
|
|
userSid: window.sessionStorage.getItem('userSid') |
|
|
|
userSid: window.sessionStorage.getItem('userSid'), |
|
|
|
orgPath: window.sessionStorage.getItem('defaultOrgPath') |
|
|
|
}) |
|
|
|
}) |
|
|
|
this.sids = aa |
|
|
|