|
@@ -152,7 +152,8 @@ export default {
|
|
|
} else {
|
|
|
this.inputForm = {
|
|
|
taskId: '',
|
|
|
- noticeId: ''
|
|
|
+ noticeId: '',
|
|
|
+ id:''
|
|
|
}
|
|
|
console.log('进来了+++', row.taskId)
|
|
|
taskService.getTaskDef({
|
|
@@ -161,6 +162,7 @@ export default {
|
|
|
}).then((data) => {
|
|
|
this.inputForm.taskId = row.taskId
|
|
|
this.inputForm.noticeId = row.noticeName
|
|
|
+ this.inputForm.id = row.id
|
|
|
noticeService.update(this.inputForm)
|
|
|
// this.$router.push({
|
|
|
// path: '/flowable/task/TaskForm',
|