tangning 7 月之前
父节点
当前提交
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(() => {