mirror of https://github.com/veops/cmdb.git
fix(cmdb-ui):triggers webhook headers (#402)
This commit is contained in:
parent
7474a92377
commit
ef1d0c34cf
|
@ -88,7 +88,9 @@ export default {
|
|||
} catch {}
|
||||
const headers = {}
|
||||
this.$refs.Header.headers.forEach((item) => {
|
||||
if (item.key) {
|
||||
headers[item.key] = item.value
|
||||
}
|
||||
})
|
||||
let authorization = {}
|
||||
const type = this.$refs.Authorization.authorizationType
|
||||
|
|
Loading…
Reference in New Issue