|
|
@ -287,6 +287,7 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
handleRevoke(row) { |
|
|
|
if (row.allowModify) { |
|
|
|
this.$confirm('是否确定撤回该业务', '提示', { |
|
|
|
confirmButtonText: '确定', |
|
|
|
cancelButtonText: '取消', |
|
|
@ -299,6 +300,9 @@ export default { |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
} else { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '非本人发起的申请,无权限操作' }) |
|
|
|
} |
|
|
|
}, |
|
|
|
// 信息条数 获取点击时当前的sid |
|
|
|
handleSelectionChange(row) { |
|
|
|