ysy 1 rok temu
rodzic
commit
cff2101a76
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/material/BOMmanage/index.vue

+ 1 - 1
src/views/material/BOMmanage/index.vue

@@ -294,7 +294,7 @@
 
       
     handleDetails(row) {
-      if (row.approvalStatus == 0) {
+      if (!row.processInstanceId) {
         this.$message.info('未提交没有审核流程')
       } else {
         this.$refs.detailRef.open(row.processInstanceId);