* [bug#49921,done,1h,0h] Fix ipd project stage is not int stageList error.

This commit is contained in:
wangyuting
2024-06-17 10:50:24 +08:00
committed by 刘刚
parent 3b5d4b3d59
commit d340b4b726
+1 -1
View File
@@ -1,6 +1,6 @@
window.renderRowData = function($row, index, row)
{
if(row.type == 'stage' || row.attribute != '')
if((row.type == 'stage' || row.attribute != '') && stageList[row.attribute])
{
const parentType = row.grade > 1 && parents[row.parent] ? parents[row.parent].attribute : '';
/* If is stage, modify lifetime to attribute. */