From efcc514b4985c82934cd3d692dea4a7a6742397d Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Tue, 28 Aug 2018 16:58:49 +0800 Subject: [PATCH] 警报报表 接口优化 --- src/main/webapp/js/utils.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/js/utils.js b/src/main/webapp/js/utils.js index 58dfcf3..3d4db8e 100644 --- a/src/main/webapp/js/utils.js +++ b/src/main/webapp/js/utils.js @@ -1,4 +1,4 @@ -//paraName ��������������������� +//paraName ��������������� function getUrlParam(paraName) { var url = document.location.toString(); var arrObj = url.split("?"); -- Gitblit v1.8.0