|
@@ -296,6 +296,11 @@ export default {
|
|
let _that = this
|
|
let _that = this
|
|
var MyComponent = await Vue.extend({
|
|
var MyComponent = await Vue.extend({
|
|
template: localStorage.getItem('editElement'),
|
|
template: localStorage.getItem('editElement'),
|
|
|
|
+ data () {
|
|
|
|
+ formData: {
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ },
|
|
methods: {
|
|
methods: {
|
|
RightClick (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)
|
|
@@ -309,6 +314,11 @@ export default {
|
|
let _that = this
|
|
let _that = this
|
|
var MyComponent = await Vue.extend({
|
|
var MyComponent = await Vue.extend({
|
|
template: localStorage.getItem('editElement'),
|
|
template: localStorage.getItem('editElement'),
|
|
|
|
+ data () {
|
|
|
|
+ formData: {
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ },
|
|
methods: {
|
|
methods: {
|
|
RightClick (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)
|