[update] 修改标准化发起流程驳回后发起调用start接口

This commit is contained in:
lideqin
2024-01-26 11:07:09 +08:00
parent a5f519b720
commit f131ab6040
@@ -429,15 +429,8 @@ export default {
}
param.dataList = data.dataSource
param.flowUser = personnelObj
let func
this.loading = true
if (this.$route.query.taskId) {
// 有taskId说明是驳回的提交
func = standardizationInitAgree
param.common.taskId = this.$route.query.taskId
} else {
func = standardizationInitApproval
}
const func = standardizationInitApproval
func(param).then(res => {
if (res.success) {
this.$message.success(res.message)