* Fix bug#33171.

This commit is contained in:
chaideqing
2023-06-06 14:17:43 +08:00
parent e806a0a1c1
commit b282c0fd99

View File

@@ -33,7 +33,8 @@ function loadList(type, id, defaultType, idvalue)
id = id ? id : '';
var param = 'userID=' + userID + '&id=' + id;
if(type == "task") param += '&status=wait,doing';
if(type == 'task') param += '&status=wait,doing';
if(type == 'risk') param += '&status=active,hangup';
if(type == defaultType && idvalue != 0) param += '&idvalue=' + idvalue;
if(moduleList.indexOf(type) !== -1)