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