Skip to content

Commit

Permalink
Merge pull request #1071 from ProtosL/bugfix_api
Browse files Browse the repository at this point in the history
 bugfix: 事件推送错误提示显示不一致

Former-commit-id: 6a7c465
  • Loading branch information
joe511230 authored Sep 18, 2018
2 parents 0412aea + 0ce1be8 commit f93c2dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/ui/src/pages/customQuery/children/define.vue
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@
propertySelected: {
host: '',
set: '',
module: ''
module: '',
biz: ''
},
operatorMap: {
'time': '$in',
Expand Down
2 changes: 1 addition & 1 deletion src/ui/src/pages/eventpush/children/pop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
isResultOpen: false,
isResultShow: false,
resultInfo: {
result: true,
result: false,
bk_error_msg: '',
data: ''
}
Expand Down

0 comments on commit f93c2dc

Please sign in to comment.