From 3a154bdb0a5aaa2c0ac3eac95a6ba747068bd454 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 13 一月 2026 10:00:37 +0800
Subject: [PATCH] 优化

---
 admin/src/components/business/OperaCarsWindow.vue |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/admin/src/components/business/OperaCarsWindow.vue b/admin/src/components/business/OperaCarsWindow.vue
index 2b59642..2918e0a 100644
--- a/admin/src/components/business/OperaCarsWindow.vue
+++ b/admin/src/components/business/OperaCarsWindow.vue
@@ -42,10 +42,10 @@
             noOptionsText="娌℃湁鍙�夐」"
             noResultsText="娌℃湁鍖归厤鐨勭粨鏋�" />
 <!--        <el-select v-model="form.groupId" @change="changeSel" clearable filterable placeholder="璇烽�夋嫨">
-          <template v-for="item in companyList">
-            <el-option  v-if="item.countNum && item.countNum>0" :key="item.id" :label="item.name" :value="item.id">
-            </el-option>
-          </template>
+              <template v-for="item in companyList">
+                <el-option  v-if="item.countNum && item.countNum>0" :key="item.id" :label="item.name" :value="item.id">
+                </el-option>
+              </template>
         </el-select>-->
       </el-form-item>
       <el-form-item label="閫夋嫨杞︿富锛�" prop="memberId">
@@ -187,7 +187,11 @@
     },
     getCate () {
       fetchList({
-        model: {},
+<<<<<<< HEAD
+        model: { type: 1 },
+=======
+        model: {type:1},
+>>>>>>> 5e91539195106afc3a03e7bd006786409ecd9b5d
         capacity: 1000,
         page: 1
       }).then(res => {

--
Gitblit v1.9.3