Browse Source

refactor(QuickOrderEntry): 移除初始化拖拽位置的代码

不再需要初始化拖拽位置功能,因此注释掉相关代码
master
前端-胡立永 2 days ago
parent
commit
bb8b4a49d8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      components/QuickOrderEntry.vue

+ 1
- 1
components/QuickOrderEntry.vue View File

@ -59,7 +59,7 @@ export default {
},
mounted() {
//
this.initDragPosition()
// this.initDragPosition()
this.getQuickOrderInfo()
// 30
this.startTimer()


Loading…
Cancel
Save