|
|
@ -355,7 +355,7 @@ export default { |
|
|
|
/** 同意任务 */ |
|
|
|
handleAgree() { |
|
|
|
this.linkByParameter.comment = this.dialogList.comment |
|
|
|
this.linkByParameter.userSid='164ec725-0b27-489c-974f-18d46de7bcfb' |
|
|
|
this.linkByParameter.userSid=window.sessionStorage.getItem('userSid') |
|
|
|
req.complete(this.linkByParameter).then((response) => { |
|
|
|
if (response.success) { |
|
|
|
this.$notify({ |
|
|
@ -416,7 +416,7 @@ export default { |
|
|
|
/** 终止任务 */ |
|
|
|
handleStop() { |
|
|
|
this.linkByParameter.comment = this.dialogList.comment |
|
|
|
this.linkByParameter.userSid='164ec725-0b27-489c-974f-18d46de7bcfb' |
|
|
|
this.linkByParameter.userSid=window.sessionStorage.getItem('userSid') |
|
|
|
console.log(this.stopList, 99999) |
|
|
|
req.breakProcess(this.linkByParameter).then((response) => { |
|
|
|
if (response.success) { |
|
|
|