Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1100,7 +1100,7 @@ | @@ -1100,7 +1100,7 @@ | ||
1100 | function changeFlag(flag, currentIndex) { | 1100 | function changeFlag(flag, currentIndex) { |
1101 | //发送请求--修改update文件 | 1101 | //发送请求--修改update文件 |
1102 | $.ajax({ | 1102 | $.ajax({ |
1103 | - url: encodeURI("/show/updateSampleInfo?flag="+flag+"¤tIndex="+currentIndex+"&sampleDir="+sampleDir), | 1103 | + url: encodeURI("/show/updateSamplesByBatch?flag="+flag+"&indexListStr="+currentIndex+"&sampleDir="+sampleDir), |
1104 | type: "get", | 1104 | type: "get", |
1105 | success: function (data) { | 1105 | success: function (data) { |
1106 | if( data != ""){ | 1106 | if( data != ""){ |
-
Please register or login to post a comment