1
0
tangning преди 9 месеца
родител
ревизия
d7e494f26a
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/view/layout/index.vue

+ 1 - 0
src/view/layout/index.vue

@@ -107,6 +107,7 @@ watch(() => qpisceneList.value, () => {
   }
   console.log('qpisceneList', qpisceneList.value, newqpisceneList);
   sceneList.value = qpisceneList.value && [...newqpisceneList] || []
+  handleCommand()
 })
 console.log(sceneList, 'sceneList');
 onMounted(() => {