feat: There is no way the, bug #52771

This commit is contained in:
super_liu
2022-05-17 10:48:21 +08:00
parent 6dbad9686e
commit 5a0180e9dd
2 changed files with 1 additions and 9 deletions
@@ -3509,7 +3509,7 @@ export default {
}
.basic-information-content{
& > p{
min-height: 42px;
min-height: 43px;
line-height: 43px;
border-bottom: 1px solid #E5E5E5;
}
@@ -2504,14 +2504,6 @@
this.$http.post("esRevisePlan/es-revise-plan/modPlan", planForm, {
_this: this
}, res => {
if (this.$route.query.bpnId && this.$route.query.bpnId !== '') {
let taskId = {
id: this.$route.query.bpnId
}
taskDel(taskId).then(res=>{
return res
})
}
this.submitLoading = false
this.$router.push({path:'/processCenter?tabsName=ProcessCenter'})
})