* Fix bug for testcase create view

This commit is contained in:
liuhong
2023-03-02 06:09:51 +00:00
parent 426e369ef1
commit 6aaea2823e
+2 -1
View File
@@ -96,8 +96,9 @@ function loadProductModules(productID, branch)
$inputGroup.find('select').chosen()
if(typeof(caseModule) == 'string') $('#moduleIdBox').prepend("<span class='input-group-addon'>" + caseModule + "</span>");
$inputGroup.fixInputGroup();
setStories();
});
setStories();
}
/**