[update] 修改四分支后提错分支的代码
This commit is contained in:
@@ -296,11 +296,11 @@ export default {
|
|||||||
this.processInfoForm = result.common
|
this.processInfoForm = result.common
|
||||||
}
|
}
|
||||||
this.baseInfoForm = result.data
|
this.baseInfoForm = result.data
|
||||||
if (this.$route.query.processInstanceId && !Number(this.baseInfoForm.showFirstNode)) {
|
// if (this.$route.query.processInstanceId && !Number(this.baseInfoForm.showFirstNode)) {
|
||||||
console.log('要截第一个节点了')
|
// console.log('要截第一个节点了')
|
||||||
// 不显示第一个节点人员信息
|
// // 不显示第一个节点人员信息
|
||||||
this.$refs.processCommonLayout.personnelInfoData.shift()
|
// this.$refs.processCommonLayout.personnelInfoData.shift()
|
||||||
}
|
// }
|
||||||
} else {
|
} else {
|
||||||
this.$message(res.message)
|
this.$message(res.message)
|
||||||
}
|
}
|
||||||
|
|||||||
+13
-2
@@ -116,6 +116,17 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped lang="less">
|
||||||
|
@import '~@assets/less/common.less';
|
||||||
|
.process-right-box {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
/deep/ .van-button {
|
||||||
|
//width: 1.22rem;
|
||||||
|
height: 0.57rem;
|
||||||
|
margin: 0 0.32rem 0.24rem 0;
|
||||||
|
font-size: 0.28rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
+13
-2
@@ -123,6 +123,17 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped lang="less">
|
||||||
|
@import '~@assets/less/common.less';
|
||||||
|
.process-right-box {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
/deep/ .van-button {
|
||||||
|
//width: 1.22rem;
|
||||||
|
height: 0.57rem;
|
||||||
|
margin: 0 0.32rem 0.24rem 0;
|
||||||
|
font-size: 0.28rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user