* fix the error of switchProduct.

This commit is contained in:
wangchunsheng
2010-04-10 13:48:09 +00:00
parent 8a7b28e70b
commit 739759d7b1
+1
View File
@@ -96,6 +96,7 @@ function switchProduct(productID, module, method, extra)
{
link = createLink(module, method, "productID=" + productID + '&type=' + extra);
}
location.href=link;
}
/* 选择项目。*/