Merge branch 'master' of http://113.200.75.45:82/monitor_v3/hg-monitor-web into master-v32-xwx
Showing
4 changed files
with
6 additions
and
3 deletions
@@ -300,7 +300,7 @@ export default { | @@ -300,7 +300,7 @@ export default { | ||
300 | let params={ | 300 | let params={ |
301 | page:currentPage.value, | 301 | page:currentPage.value, |
302 | limit:pageSize.value, | 302 | limit:pageSize.value, |
303 | - resId:resId | 303 | + resId:proxy.deviceDataInfo.resId |
304 | } | 304 | } |
305 | proxy.$http.get(`/api-web/home/alarm/alarmListPage`, params, function (res) { | 305 | proxy.$http.get(`/api-web/home/alarm/alarmListPage`, params, function (res) { |
306 | if (res && res.success == true && res.data) { | 306 | if (res && res.success == true && res.data) { |
-
Please register or login to post a comment