Browse Source

工单履历更改

qinhb 10 months ago
parent
commit
cb67ffefee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/pro/traceability/index.vue

+ 1 - 1
src/views/pro/traceability/index.vue

@@ -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);