|
@@ -523,7 +523,7 @@ export default {
|
|
|
},
|
|
|
//鼠标右键事件
|
|
|
RightClick (tr, td, x1, x2, y1, y2) {
|
|
|
- // _that.RightClick2(tr, td, x1, x2, y1, y2)
|
|
|
+ _that.RightClick2(tr, td, x1, x2, y1, y2)
|
|
|
},
|
|
|
getInformation (a, b, c) {
|
|
|
_that.getInformation2(a, b, c)
|
|
@@ -564,12 +564,13 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
contextmenuClick(tr, td, x1, x2, y1, y2, event) {
|
|
|
- event.preventDefault();
|
|
|
+ // event.preventDefault();
|
|
|
_that.RightClick2(tr, td, x1, x2, y1, y2)
|
|
|
},
|
|
|
//鼠标右键事件
|
|
|
RightClick (tr, td, x1, x2, y1, y2) {
|
|
|
- //_that.RightClick2(tr, td, x1, x2, y1, y2)
|
|
|
+ console.log(222)
|
|
|
+ _that.RightClick2(tr, td, x1, x2, y1, y2)
|
|
|
},
|
|
|
getInformation (a, b, c) {
|
|
|
_that.getInformation2(a, b, c)
|