[update] 修改年度制修订标准化发起流程有processInstanceId发起调同意接口
This commit is contained in:
+6
-1
@@ -430,7 +430,12 @@ export default {
|
||||
param.dataList = data.dataSource
|
||||
param.flowUser = personnelObj
|
||||
this.loading = true
|
||||
const func = standardizationInitApproval
|
||||
let func
|
||||
if (this.$route.query.processInstanceId) {
|
||||
func = standardizationInitAgree
|
||||
} else {
|
||||
func = standardizationInitApproval
|
||||
}
|
||||
func(param).then(res => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message)
|
||||
|
||||
Reference in New Issue
Block a user