日志视图列表页搜索条件日志类型字段放入param对象中 #6
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -135,11 +135,11 @@ export default { | @@ -135,11 +135,11 @@ export default { | ||
135 | startTime:startTime, | 135 | startTime:startTime, |
136 | endTime: endTime, | 136 | endTime: endTime, |
137 | resType:search.value.resType, | 137 | resType:search.value.resType, |
138 | - program:search.value.program, | ||
139 | param:{ | 138 | param:{ |
140 | 'resName.keyword': search.value.keyword, | 139 | 'resName.keyword': search.value.keyword, |
141 | 'host.keyword':search.value.keyword, | 140 | 'host.keyword':search.value.keyword, |
142 | 'message.keyword':search.value.keyword, | 141 | 'message.keyword':search.value.keyword, |
142 | + 'program.keyword':search.value.program, | ||
143 | } | 143 | } |
144 | } | 144 | } |
145 | proxy.$http.post(`/api-web/esData/list`, params, function (res) { | 145 | proxy.$http.post(`/api-web/esData/list`, params, function (res) { |
-
Please register or login to post a comment