collect limit value to limitmodel

This commit is contained in:
hmm 2014-09-24 17:03:48 +08:00
parent df2185319b
commit 72dadb3ad9
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ function start() {
}
//collect limit
var name = $("#testConfigurationName").val();
var testPlan = new TestPlanRequestModel(scriptList, ipList, name);
$.ajax({