【修改】修改bug

This commit is contained in:
zhoulingpo
2023-04-28 11:41:17 +08:00
parent 6499712caf
commit 83acaf9dc9
8 changed files with 64 additions and 21 deletions
@@ -126,8 +126,8 @@ export default {
})
if (name.length > 0) {
this.$alert(`报告${name.toString()}已经存在`, '提示', {
confirmButtonText: '确定'
confirmButtonText: '确定',
customClass: 'reportName'
})
}
// 找出已经存在的数据 用弹窗提示
@@ -309,5 +309,6 @@ export default {
.tag-btns {
padding-right: 15px;
}
}
</style>
+6 -4
View File
@@ -230,15 +230,17 @@ export default {
this.prcNum = this.$store.getters.handleProcess.prcNum
this.prcId = this.$store.getters.handleProcess.prcId
this.prcName = this.$store.getters.handleProcess.prcName
this.prcName = JSON.stringify(this.prcName)
this.initShow = true
this.formControlname = true
this.processForm.prcName = this.$route.query.prcName
console.log("122")
this.getProcessDetail().then(res => {
//基础信息
this.tableData = JSON.parse(this.processOld.dataJson)
this.applicationForm.power = this.tableData[0].power
this.applicationForm.applyReason = this.tableData[0].applyReason
this.processForm.prcName = this.prcName
//指派信息
({oneApprove:this.assignForm.oneApprove,oneApproveName:this.assignForm.oneApproveName,twoApprove:this.assignForm.twoApprove,twoApproveName:this.assignForm.twoApproveName,remark:this.assignForm.remark}= JSON.parse(this.processOld.submitJson))
})
@@ -430,7 +432,7 @@ export default {
userId: this.$store.getters.userInfo.usid
}, dataMsg: this.tableData
}
form.approvalOpinion = this.assignForm.remark
form.prcType = this.prcType
form.prcName = this.processForm.prcName
form.userId = this.$store.getters.userInfo.usid
@@ -448,6 +450,6 @@ export default {
}
</script>
<style scoped>
<style scoped>
</style>