| | |
| | | { label: '任务名称', prop: 'historyActivityName', minWidth: 120 }, |
| | | { label: '执行操作', prop: 'sex', minWidth: 80 }, |
| | | { label: '任务开始时间', prop: 'createTime', minWidth: 140 }, |
| | | { label: '审批意见', prop: 'sex', minWidth: 220, overHidden: true }, |
| | | { label: '审批意见', prop: 'comment', minWidth: 220, overHidden: true }, |
| | | { label: '执行人', prop: 'assigneeName', minWidth: 80 }, |
| | | { label: '任务完成时间', prop: 'endTime', minWidth: 140 }, |
| | | { label: '已上传审批文件', prop: 'sex', minWidth: 220, overHidden: true }, |
| | |
| | | if (res.success) { |
| | | this.$message.success(res.msg); |
| | | this.$router.$avueRouter.closeTag(); |
| | | this.$router.push({ path: `/work/start` }); |
| | | this.$router.push({ path: `/work/todo` }); |
| | | } else { |
| | | this.$message.error(res.msg || '提交失败'); |
| | | } |