|
|
@@ -1033,7 +1033,7 @@ export default {
|
|
|
// 点击行事件
|
|
|
const [btn] = this.cilckEventButtons
|
|
|
console.log('1111111', btn, this.manages)
|
|
|
- btn && this.handleAction(btn, item)
|
|
|
+ btn && !this.checkMode && this.handleAction(btn, item)
|
|
|
},
|
|
|
|
|
|
generateTitle(name, title) {
|