【修改】监控流程

This commit is contained in:
zhoulingpo
2023-04-28 23:47:56 +08:00
parent a99bad378d
commit 0fe93ec48c
+5 -2
View File
@@ -106,10 +106,13 @@
// 获取流程详细信息
getProcessDetail(){
return new Promise((resolve,reject)=>{
this.$api.process.getProcessDetail({
let params={
prcId: this.prcId,
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 data=res.data
this.processOld=data