feat: There is no way the, bug #52771
This commit is contained in:
@@ -3509,7 +3509,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.basic-information-content{
|
.basic-information-content{
|
||||||
& > p{
|
& > p{
|
||||||
min-height: 42px;
|
min-height: 43px;
|
||||||
line-height: 43px;
|
line-height: 43px;
|
||||||
border-bottom: 1px solid #E5E5E5;
|
border-bottom: 1px solid #E5E5E5;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2504,14 +2504,6 @@
|
|||||||
this.$http.post("esRevisePlan/es-revise-plan/modPlan", planForm, {
|
this.$http.post("esRevisePlan/es-revise-plan/modPlan", planForm, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, 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.submitLoading = false
|
||||||
this.$router.push({path:'/processCenter?tabsName=ProcessCenter'})
|
this.$router.push({path:'/processCenter?tabsName=ProcessCenter'})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user