* Fix select of build error.

This commit is contained in:
tianshujie98
2021-04-23 15:15:12 +08:00
parent 21e1e636f3
commit 29cc7eb9b0
+1 -1
View File
@@ -7,6 +7,6 @@
*/
function changeProduct(productID)
{
link = createLink('project', 'build', 'projectID=' + projectID + '&type=product&param=' + productID);
link = createLink('execution', 'build', 'executionID=' + executionID + '&type=product&param=' + productID);
location.href = link;
}