Browse Source

航班视图拖动重置

zhongxiaoyu 2 years ago
parent
commit
47fb3bc903
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/baggageManagement/components/flight/index.vue

+ 2 - 0
src/views/baggageManagement/components/flight/index.vue

@@ -859,6 +859,8 @@ export default {
     })
   },
   deactivated() {
+    this.dragHeight = 0
+    this.dragY = 0
     this.loading?.close()
   },
   beforeDestroy() {