|
@@ -112,6 +112,9 @@
|
|
const bigscreenObj = this.$store.state.bigScreenObj
|
|
const bigscreenObj = this.$store.state.bigScreenObj
|
|
let len = bigscreenObj[evt.to.id] ? bigscreenObj[evt.to.id].signalArr.length : 0
|
|
let len = bigscreenObj[evt.to.id] ? bigscreenObj[evt.to.id].signalArr.length : 0
|
|
const count = evt.newIndex + 1 - len > 0 ? evt.newIndex + 1 - len : 1
|
|
const count = evt.newIndex + 1 - len > 0 ? evt.newIndex + 1 - len : 1
|
|
|
|
+
|
|
|
|
+ console.log(evt,'-----------',count)
|
|
|
|
+
|
|
// 更新当前拖拽的位置
|
|
// 更新当前拖拽的位置
|
|
this.$store.dispatch('updatePositionNum', count)
|
|
this.$store.dispatch('updatePositionNum', count)
|
|
},
|
|
},
|