| | |
| | | this.templateId=res.data.variables.templateId; |
| | | this.modelKey=res.data.variables.modelKey; |
| | | this.codeClassifyOid=res.data.variables.codeClassifyOid; |
| | | this.taskId=res.data.variables.taskId; |
| | | this.title=res.data.variables.processName; |
| | | //this.taskId=res.data.variables.taskId; |
| | | if (res.success) { |
| | | console.log(res) |
| | | this.btnList = res.data.toTasks; |
| | |
| | | }, |
| | | handelExecute(event) { |
| | | console.log(event) |
| | | if(this.$refs.businesswork.hasEditor){ |
| | | this.$refs.businesswork.HandlerSave() |
| | | } |
| | | const { toName, conditionKey, conditionValue } = event |
| | | let param = { |
| | | comment: this.opinionVal || '同意', |