Merge branch 'sprint/185_xieqiqyu_fixbug' into 'sprint/185'
* Fix bug#19974. See merge request easycorp/zentaopms!1940
This commit is contained in:
@@ -127,7 +127,7 @@ function addNewProduct(obj)
|
||||
*/
|
||||
function setAclList(programID)
|
||||
{
|
||||
if(programID)
|
||||
if(programID != 0)
|
||||
{
|
||||
$('.aclBox').html($('#programAcl').html());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user