* [ticket#1286,done,2h] supports importing more than 100 pieces of data.

This commit is contained in:
wangxuepeng
2024-07-24 15:59:34 +08:00
committed by 田淑杰
parent 308ddf9c4e
commit 6bd653f946
+1
View File
@@ -41,6 +41,7 @@ function computeImportTimes()
function importNextPage()
{
$.cookie.set('maxImport', $('#maxImport').val(), {expires:config.cookieLife, path:config.webRoot});
link = $.createLink('testcase', 'showImport', "productID=" + productID + "&branch=" + branch + "&pageID=1&maxImport=" + $('#maxImport').val());
loadPage(link);
}