Explorar el Código

Merge pull request #179 from qlijin/master

bugfix. 解决弹窗无法关闭
wenjianzhang hace 3 años
padre
commit
a12d073b8a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/admin/sys-api/index.vue

+ 1 - 1
src/views/admin/sys-api/index.vue

@@ -145,7 +145,7 @@
         <el-drawer
           ref="drawer"
           :title="title"
-          :before-close="handleClose"
+          :before-close="cancel"
           :visible.sync="open"
           direction="rtl"
           custom-class="demo-drawer"