浏览代码

fix: 修复组件传参数.

peter 4 月之前
父节点
当前提交
9940628b5d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()
 }