* Merge commit: b282c0fd99, fix bug #33171.

This commit is contained in:
chaideqing
2023-11-08 01:46:25 +00:00
parent 00d36bc665
commit bbf69758f6
+1
View File
@@ -34,6 +34,7 @@ function loadList(type, id, defaultType, objectID)
id = id ? id : '';
var param = 'userID=' + userID + '&id=' + id;
if(type == "task") param += '&status=wait,doing';
if(type == 'risk') param += '&status=active,hangup';
if(type == defaultType && objectID != 0) param += '&objectID=' + objectID;
if(moduleList.indexOf(type) !== -1)