We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 637999b + 8c24379 commit 22fccf5Copy full SHA for 22fccf5
src/ui/src/views/eventpush/pop.vue
@@ -102,7 +102,7 @@
102
},
103
config: {
104
requestId: 'testPing',
105
- originalResponse: true
+ transformData: false
106
}
107
})
108
this.resultInfo = res
@@ -116,7 +116,7 @@
116
params: {callback_url: this.callbackURL},
117
118
requestId: 'testTelnet',
119
120
121
122
src/ui/src/views/model/details/field.vue
@@ -232,7 +232,7 @@
232
233
requestId: 'importObjectAttribute',
234
globalError: false,
235
236
237
}).then(res => {
238
this.$http.cancel(`post_searchObjectAttribute_${this.activeModel['bk_obj_id']}`)
0 commit comments