This commit is contained in:
liumengyi
2024-03-15 13:44:34 +08:00
parent 8c81656092
commit 54ee4fe14f
+1 -1
View File
@@ -2,7 +2,7 @@ window.handleRenderRow = function($row, index, row)
{
if(!row) return false;
row.id = index + 1;
if(row.rawID == '') row.rawID = index + 1;
let stepDesc = "<input class='hidden' type='text' name='product[" + row.rawID + "]' value='" + productID + "'/>";
let stepExpect = '';