Skip to content

Commit 22fccf5

Browse files
author
breezeli
authored
Merge pull request #2725 from joe511230/v3.2.x_bugfix
ui: 优化API配置 Former-commit-id: 17bad23
2 parents 637999b + 8c24379 commit 22fccf5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ui/src/views/eventpush/pop.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
config: {
104104
requestId: 'testPing',
105-
originalResponse: true
105+
transformData: false
106106
}
107107
})
108108
this.resultInfo = res
@@ -116,7 +116,7 @@
116116
params: {callback_url: this.callbackURL},
117117
config: {
118118
requestId: 'testTelnet',
119-
originalResponse: true
119+
transformData: false
120120
}
121121
})
122122
this.resultInfo = res

src/ui/src/views/model/details/field.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
config: {
233233
requestId: 'importObjectAttribute',
234234
globalError: false,
235-
originalResponse: true
235+
transformData: false
236236
}
237237
}).then(res => {
238238
this.$http.cancel(`post_searchObjectAttribute_${this.activeModel['bk_obj_id']}`)

0 commit comments

Comments
 (0)