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