ysy hai 1 ano
pai
achega
6a4e35a36f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);