From 8c70602bf7417b48e53464c8c101ece25c40d5b0 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 12 四月 2024 18:30:48 +0800
Subject: [PATCH] 生丝定级标准保存失败的数据处理

---
 src/common/untils/dialog.js |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/common/untils/dialog.js b/src/common/untils/dialog.js
index e0e29fe..ca17192 100644
--- a/src/common/untils/dialog.js
+++ b/src/common/untils/dialog.js
@@ -40,9 +40,8 @@
         // 灏嗘鏃剁殑浣嶇疆浼犲嚭鍘�
         // binding.value({x:e.pageX,y:e.pageY})
       }
-
-      document.onmouseup = function (e) {
-        console.log(e)
+      // e
+      document.onmouseup = function () {
         document.onmousemove = null
         document.onmouseup = null
       }

--
Gitblit v1.8.0