|
|
@ -421,8 +421,6 @@ export default { |
|
|
|
getOrgSidByPath({ orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.temp.createOrgSid = res.data |
|
|
|
} |
|
|
|
}) |
|
|
|
this.temp.sid = this.sids[0] |
|
|
|
this.temp.useOrgSid = window.sessionStorage.getItem('defaultOrgPath').substring(window.sessionStorage.getItem('defaultOrgPath').lastIndexOf('/') + 1) |
|
|
|
this.temp.userSid = window.sessionStorage.getItem('userSid') |
|
|
@ -450,6 +448,8 @@ export default { |
|
|
|
xhr.send() |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
handleConfirm() { |
|
|
|
if (this.temp.type !== '') { |
|
|
|