update 去掉log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user