feat: There is no way the, 企标 入库 企标复审 监控流程 可以看发起节点
This commit is contained in:
@@ -209,11 +209,11 @@ export default {
|
|||||||
let prcType = this.detailData[index].prcType // 流程类型
|
let prcType = this.detailData[index].prcType // 流程类型
|
||||||
console.log(prcType);
|
console.log(prcType);
|
||||||
// 判断当前流程是否已全部办理完成
|
// 判断当前流程是否已全部办理完成
|
||||||
// this.detailData.map(item => {
|
this.detailData.map(item => {
|
||||||
// if (!item.endTime) {
|
if (!item.endTime) {
|
||||||
// isEnd = false
|
isEnd = false
|
||||||
// }
|
}
|
||||||
// })
|
})
|
||||||
if (isEnd) {
|
if (isEnd) {
|
||||||
if (this.$store.state.detailMap !== '') {
|
if (this.$store.state.detailMap !== '') {
|
||||||
let lastDetailMap = this.$store.getters.getLastDetailMap
|
let lastDetailMap = this.$store.getters.getLastDetailMap
|
||||||
|
|||||||
Reference in New Issue
Block a user