【修改】修改流程传参 修改名称样式
This commit is contained in:
@@ -92,13 +92,18 @@
|
||||
completeProcess(obj) {
|
||||
this.$api.process.completeTask(obj).then(res=>{
|
||||
this.$message['success']('提交成功')
|
||||
this.$router.back(-1)
|
||||
this.$router.push({
|
||||
path:"/userCenter/processCenter",
|
||||
query:{
|
||||
id:'AEHJB8YNJ3'
|
||||
}
|
||||
})
|
||||
})
|
||||
},
|
||||
// 获取流程详细信息
|
||||
getProcessDetail(){
|
||||
getProcessDetail(params){
|
||||
return new Promise((resolve,reject)=>{
|
||||
this.$api.process.getProcessDetail({taskId:this.taskIds}).then(res=>{
|
||||
this.$api.process.getProcessDetail(params).then(res=>{
|
||||
let data=res.data
|
||||
this.processOld=data.data
|
||||
resolve()
|
||||
|
||||
Reference in New Issue
Block a user