feat: There is no way the, 企标 入库 企标复审 监控流程 可以看发起节点

This commit is contained in:
396572590@qq.com
2022-07-11 16:07:08 +08:00
parent 5c7b5d8139
commit 82c330052c
@@ -209,11 +209,11 @@ export default {
let prcType = this.detailData[index].prcType // 流程类型
console.log(prcType);
// 判断当前流程是否已全部办理完成
// this.detailData.map(item => {
// if (!item.endTime) {
// isEnd = false
// }
// })
this.detailData.map(item => {
if (!item.endTime) {
isEnd = false
}
})
if (isEnd) {
if (this.$store.state.detailMap !== '') {
let lastDetailMap = this.$store.getters.getLastDetailMap