|
@@ -349,6 +349,7 @@ export default {
|
|
|
mounted () {
|
|
|
this.cop()
|
|
|
this.heights = this.$refs.heights.clientHeight
|
|
|
+ console.log(222);
|
|
|
},
|
|
|
created () {
|
|
|
this.getElementInfoByTabId()
|
|
@@ -516,12 +517,12 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
- contextmenuClick(event) {
|
|
|
- event.preventDefault();
|
|
|
+ contextmenuClick(tr, td, x1, x2, y1, y2) {
|
|
|
+ _that.RightClick2(tr, td, x1, x2, y1, y2)
|
|
|
},
|
|
|
//鼠标右键事件
|
|
|
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)
|