peter 4 месяцев назад
Родитель
Сommit
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()
 }