【修改】监控流程
This commit is contained in:
@@ -106,10 +106,13 @@
|
|||||||
// 获取流程详细信息
|
// 获取流程详细信息
|
||||||
getProcessDetail(){
|
getProcessDetail(){
|
||||||
return new Promise((resolve,reject)=>{
|
return new Promise((resolve,reject)=>{
|
||||||
this.$api.process.getProcessDetail({
|
let params={
|
||||||
prcId: this.prcId,
|
prcId: this.prcId,
|
||||||
prcType: this.prcType
|
prcType: this.prcType
|
||||||
}).then(res=>{
|
}
|
||||||
|
if(this.$route.query.type=='yiban') params.tag=1
|
||||||
|
else params.tag=0
|
||||||
|
this.$api.process.getProcessDetail(params).then(res=>{
|
||||||
let that=this
|
let that=this
|
||||||
let data=res.data
|
let data=res.data
|
||||||
this.processOld=data
|
this.processOld=data
|
||||||
|
|||||||
Reference in New Issue
Block a user