浏览代码

Merge branch 'test' of https://git.yishihui.com/DeNet/de-net into test

zhangwei 3 年之前
父节点
当前提交
39796728ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/view/components/give-dialog.vue

+ 1 - 1
src/view/components/give-dialog.vue

@@ -982,7 +982,7 @@ onMounted(() => {
         let escKey = 27;
         if (keyNum == escKey) {
             if (visible.value) {
-                close();
+                // close();
             }
         }
     };