|
|
|
|
@ -55,9 +55,9 @@ const getWorkTabFun = async () => {
|
|
|
|
|
//我的待办点击 |
|
|
|
|
const rowWorkClick = (row) => { |
|
|
|
|
console.log('当前待办项目节点',row.flowCode) |
|
|
|
|
if (activeName.value === 'second') { |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
// if (activeName.value === 'second') { |
|
|
|
|
// return; |
|
|
|
|
// } |
|
|
|
|
let isEnd = row.reportType === "结算项目"; |
|
|
|
|
if(row.isWarning){ |
|
|
|
|
|
|
|
|
|
|