任务中心查看任务的时候默认只能查看当前人为任务执行者的,查看其他人任务时会提示无效的executor
如果需要查看所有的任务可以参考下面的修改(推荐通过扩展空间操作):
/UI2/SA/task/taskCenter/mainActivity.js中找到
Model.prototype.browseTask = function(){方法的具体实现
把justep.Shell.showPage({url:url, title: name, executor: executor});
改为
justep.Shell.showPage({url:url, title: name);

修改后注意缓存的问题