bill 3 лет назад
Родитель
Сommit
cd38719606
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/views/merge/index.vue

+ 1 - 0
src/views/merge/index.vue

@@ -101,6 +101,7 @@ const currentItem = ref<ActionsItem | null>(null)
 watchEffect(() => {
   if (!custom.currentModel) {
     currentItem.value = null
+    
   }
 })