@@ -254,7 +254,7 @@ const handleCellClick = (row, column, event) => {
}
temRow.value = row;
// 点击行时触发的逻辑
- if (!row.children && row.seqNo && row.seqNo.length > 16) {
+ if (!row.children && row.seqNo) {
if (productReviewInfo.seqNo != row.seqNo) {
//物料履历
//traceabilityComRef.value.refreshTra(row);