【修改bug】修改高度自适应

This commit is contained in:
zhoulingpo
2023-04-27 11:20:05 +08:00
parent 25e1df5b61
commit b18da51a0e
5 changed files with 517 additions and 466 deletions
+6 -2
View File
@@ -201,13 +201,17 @@ export default {
// }
this.handleReset()
}
if (this.$store.getters.handleProcess.taskDefinitionKey == 'aid4') {
// 如果是从草稿进入的
// if (this.$route.query.isDraft) {
//
// }
if (this.$store.getters.handleProcess.taskDefinitionKey == 'aid4' || this.$route.query.isDraft) {
this.taskId = this.$store.getters.handleProcess.taskId
this.prcNum = this.$store.getters.handleProcess.prcNum
this.prcId = this.$store.getters.handleProcess.prcId
this.prcName = this.$store.getters.handleProcess.prcName
this.initShow = true
this.formControlname = true
// this.formControlname = true
this.getProcessDetail().then(res => {
//基础信息