feat: There is no way the, 企标 入库 企标复审 监控流程 可以看发起节点
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user