qinhb преди 10 месеца
родител
ревизия
cb67ffefee
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);