ysy 1 rok temu
rodzic
commit
6a4e35a36f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/materialPlan/index.vue

+ 1 - 1
src/views/materialPlan/index.vue

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