|
|
@ -296,7 +296,8 @@ |
|
|
|
taskName: row.taskName, |
|
|
|
deployId: row.deployId, |
|
|
|
taskDefKey: row.taskDefKey, |
|
|
|
transactState: '00' // 待办任务状态 |
|
|
|
transactState: '00', // 待办任务状态 |
|
|
|
userSid: this.loginInfo.sid |
|
|
|
} |
|
|
|
selectUrl(this.selectUrl_list).then((response) => { |
|
|
|
if (response.code === '200') { |
|
|
|