|
@@ -13,8 +13,9 @@
|
|
|
<template slot="footer">
|
|
|
<a-button key="back" @click="handleCancel">关闭</a-button>
|
|
|
<!-- v-if="record.openType==='url'&&record.readFlag!=='1'" -->
|
|
|
+ <!-- v-if="record.openType==='url'&&record.readFlag!=='1'&&isShowtoHandle" -->
|
|
|
<a-button
|
|
|
- v-if="record.openType==='url'&&record.readFlag!=='1'&&isShowtoHandle"
|
|
|
+ v-if="record.openType==='url'&&isShowtoHandle"
|
|
|
type="primary"
|
|
|
@click="toHandle"
|
|
|
>去处理</a-button>
|
|
@@ -100,7 +101,8 @@ export default {
|
|
|
//流程消息通过任务节点查询是否需要显示处理按钮
|
|
|
console.log(111)
|
|
|
console.log(this.record.openPage)
|
|
|
- if (this.record.openType === 'url' &&this.record.readFlag!=='1'&& this.record.openPage) {
|
|
|
+ // if (this.record.openType === 'url' &&this.record.readFlag!=='1'&& this.record.openPage) {
|
|
|
+ if (this.record.openType === 'url' && this.record.openPage) {
|
|
|
postFormAction('/actTask/todoGetByTaskId', { taskId: this.record.openPage }).then(res => {
|
|
|
this.loading = false
|
|
|
if (res.success) {
|