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