From bb8b4a49d85f52668fff0b2d172243ace0f70513 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Wed, 30 Jul 2025 19:25:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor(QuickOrderEntry):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E6=8B=96=E6=8B=BD=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 不再需要初始化拖拽位置功能,因此注释掉相关代码 --- components/QuickOrderEntry.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/QuickOrderEntry.vue b/components/QuickOrderEntry.vue index 556a7ec..4b719af 100644 --- a/components/QuickOrderEntry.vue +++ b/components/QuickOrderEntry.vue @@ -59,7 +59,7 @@ export default { }, mounted() { // 初始化拖拽位置 - this.initDragPosition() + // this.initDragPosition() this.getQuickOrderInfo() // 开启定时器,每30秒更新一次数据 this.startTimer()