From 17a82250d492987fd47082e9c8dcd74e82673ac8 Mon Sep 17 00:00:00 2001 From: yfl <554665488@qq.com> Date: Fri, 12 Oct 2018 14:09:05 +0800 Subject: [PATCH] * Finish task #5003 --- module/testcase/js/batchcreate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/testcase/js/batchcreate.js b/module/testcase/js/batchcreate.js index b9b48f46aa..6ce0166461 100644 --- a/module/testcase/js/batchcreate.js +++ b/module/testcase/js/batchcreate.js @@ -23,7 +23,7 @@ $(document).ready(function() } } } - link = createLink('story', 'ajaxGetProductStories', 'productID=' + productID + '&branch=' + branch + '&moduleID=' + module + '&storyID='+ $(select).val() + '&onlyOption=true'); + link = createLink('story', 'ajaxGetProductStories', 'productID=' + productID + '&branch=' + branch + '&moduleID=' + module + '&storyID='+ $(select).val() + '&onlyOption=true&status=noclosed'); $('#story' + index).load(link, function(){$(this).trigger("chosen:updated");}); } if($(select).val() == 'ditto')