...
|
...
|
@@ -1100,7 +1100,7 @@ |
|
|
function changeFlag(flag, currentIndex) {
|
|
|
//发送请求--修改update文件
|
|
|
$.ajax({
|
|
|
url: encodeURI("/show/updateSampleInfo?flag="+flag+"¤tIndex="+currentIndex+"&sampleDir="+sampleDir),
|
|
|
url: encodeURI("/show/updateSamplesByBatch?flag="+flag+"&indexListStr="+currentIndex+"&sampleDir="+sampleDir),
|
|
|
type: "get",
|
|
|
success: function (data) {
|
|
|
if( data != ""){
|
...
|
...
|
|