From 769275515cf9ed5a31a742b455b0a0690b3f5f99 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期二, 14 十二月 2021 11:41:44 +0800
Subject: [PATCH] 删除ai_c 应用中新修改

---
 src/pages/library/index/App.vue |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/src/pages/library/index/App.vue b/src/pages/library/index/App.vue
index 1c21c31..9d294ea 100644
--- a/src/pages/library/index/App.vue
+++ b/src/pages/library/index/App.vue
@@ -28,6 +28,9 @@
           <car-list
             ref="carList"
             :baseObject="baseObject"
+            @changeShow="changeToAdd"
+            @onDelete="initBaseList"
+            :syncType="syncType"
             v-show="showType == 'car'"
           ></car-list>
         </div>
@@ -74,12 +77,6 @@
     };
   },
   methods: {
-    clearSelect1() {
-      this.$refs.baseLocal.categoryIndex = -1;
-    },
-    clearSelect2() {
-      this.$refs.baseSync.categoryIndex = -1;
-    },
     getPersonList(item,type) {
       this.baseObject = item;
       this.baseForEdit = item;
@@ -152,7 +149,6 @@
 .s-base-manage {
   box-sizing: border-box;
   background-color: #e9ebf2;
-  // min-width: 1315px;
   height: 100%;
   .el-collapse {
     border: none;
@@ -178,7 +174,6 @@
     position: relative;
     background: #fff;
     box-sizing: border-box;
-    // border-right: 1px solid #e0e0e0;
   }
   .resize-save {
     position: absolute;

--
Gitblit v1.8.0