[update] 修改标准化发起流程驳回后发起调用start接口
This commit is contained in:
+1
-8
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user