Merge branch 'master-v32-lushangqing' into 'master'
日期时间范围组件接口数据联调 See merge request !352
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -225,8 +225,8 @@ export default { | @@ -225,8 +225,8 @@ export default { | ||
225 | keys:keysVal | 225 | keys:keysVal |
226 | } | 226 | } |
227 | proxy.$http.get(`/api-web/cm-data-range/loadPerformanceCustom`, params, function (res) { | 227 | proxy.$http.get(`/api-web/cm-data-range/loadPerformanceCustom`, params, function (res) { |
228 | - if(res && res.data){ | ||
229 | - emit('callbacksure',res.data) | 228 | + if(res && res.map){ |
229 | + emit('callbacksure',res.map) | ||
230 | }else{ | 230 | }else{ |
231 | emit('callbacksure','') | 231 | emit('callbacksure','') |
232 | } | 232 | } |
-
Please register or login to post a comment