From 2e93831e8ac7542de8788d866ee73c65ba4af36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E6=A5=9A?= <823169880@qq.com> Date: Thu, 17 Jan 2019 09:32:39 +0800 Subject: [PATCH] Merge remote-tracking branch 'remotes/origin/master' into hechu1 # Conflicts: # src/gdms/GDMS.java --- web/jsFile/home-update.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/jsFile/home-update.js b/web/jsFile/home-update.js index bec3aa0..e59e6ca 100644 --- a/web/jsFile/home-update.js +++ b/web/jsFile/home-update.js @@ -6,6 +6,7 @@ function upadateFrame(e) { var updateUrl=$(this).attr('href'); var arr=updateUrl.split('?'); var proccessIndex=arr[1]; + alert(proccessIndex); var indexData={"index":proccessIndex}; $('.update-frame').load(updateUrl+' .updated',indexData,function (data) { });