mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 12:37:14 +08:00
fix(cmdb-ui):triggers webhook headers (#402)
This commit is contained in:
@@ -88,7 +88,9 @@ export default {
|
|||||||
} catch {}
|
} catch {}
|
||||||
const headers = {}
|
const headers = {}
|
||||||
this.$refs.Header.headers.forEach((item) => {
|
this.$refs.Header.headers.forEach((item) => {
|
||||||
headers[item.key] = item.value
|
if (item.key) {
|
||||||
|
headers[item.key] = item.value
|
||||||
|
}
|
||||||
})
|
})
|
||||||
let authorization = {}
|
let authorization = {}
|
||||||
const type = this.$refs.Authorization.authorizationType
|
const type = this.$refs.Authorization.authorizationType
|
||||||
|
Reference in New Issue
Block a user