|
|
@@ -17,7 +17,6 @@ export default {
|
|
|
// 设置是否过审的状态
|
|
|
setData(title) {
|
|
|
let data = title
|
|
|
- console.log(this.getFormEL())
|
|
|
if (!title) {
|
|
|
//获取当前流程步骤名
|
|
|
data = "已" + this.getFormEL().formDefData.flowName
|
|
|
@@ -425,7 +424,6 @@ export default {
|
|
|
})
|
|
|
}).catch((err) => {
|
|
|
loading.close()
|
|
|
- console.error(err)
|
|
|
})
|
|
|
},
|
|
|
/**
|
|
|
@@ -459,7 +457,6 @@ export default {
|
|
|
})
|
|
|
}).catch((err) => {
|
|
|
loading.close()
|
|
|
- console.error(err)
|
|
|
})
|
|
|
},
|
|
|
/**
|