From ccee5f79043769c13d304343a40c46a3de4e9d17 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期五, 28 一月 2022 15:19:30 +0800 Subject: [PATCH] Merge branch 'bhomebus' of http://192.168.5.5:10010/r/web/vue-smart-ai into bhomebus --- src/pages/library/index/App.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/library/index/App.vue b/src/pages/library/index/App.vue index 2622da2..4eeaa41 100644 --- a/src/pages/library/index/App.vue +++ b/src/pages/library/index/App.vue @@ -34,14 +34,14 @@ v-show="showType == 'car'" ></car-list> </div> - <add-base + <addBase ref="addBase" :baseObject="baseForEdit" :type="syncType" v-if="!showList" @refresh="findBaseSync" @closeAdd="closeAdd" - ></add-base> + ></addBase> </div> </div> </div> -- Gitblit v1.8.0