|

楼主 |
发表于 2019-5-28 17:39:04
|
显示全部楼层
self.comp("process1").start("/MES/taskBook/process/taskBookMaintain/taskBookMaintainProcess", null, bookOfManageID, {
"onSuccess" : function(event) {
self.comp("process1").advanceQueryExt(taskData.getCurrentRowID());
bookOfManageData.setValueByID("fStatus", "审核中", bookOfManageID);
bookOfManageData.saveData();
}
});
是这个里面传的id有问题吗 |
|