update 去掉log

This commit is contained in:
danshihao
2023-12-21 11:01:49 +08:00
parent 8d896def51
commit 4cb246b658
@@ -345,7 +345,6 @@ export default {
// 是否显示转办按钮
isShowTurnTo (record) {
if (record.prcType && record.nodeId) {
console.log(this.notTurnToBtn[record.prcType + ''])
return !this.notTurnToBtn[record.prcType + ''].some(tt => record.nodeId.indexOf(tt) !== -1)
} else {
return false