Explorar el Código

fix: 修复组件传参数.

peter hace 4 meses
padre
commit
9940628b5d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/indent-manage/indent/edit.vue

+ 1 - 1
src/pages/indent-manage/indent/edit.vue

@@ -509,7 +509,7 @@ const resetData = () => {
 }
 
 const close = (done = {} as any) => {
-  $emit('update:visible', false)
+  $emit('update:visible', 0)
   if (typeof done === 'function') done()
 }