From 2a32e53e45eef72bb37409b0694e4b5c2b1587af Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 23 十月 2025 15:12:26 +0800
Subject: [PATCH] 页面

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

diff --git a/admin/src/components/business/OperaCarsWindow.vue b/admin/src/components/business/OperaCarsWindow.vue
index 2b59642..d61c16e 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,7 @@
     },
     getCate () {
       fetchList({
-        model: {},
+        model: {type:1},
         capacity: 1000,
         page: 1
       }).then(res => {

--
Gitblit v1.9.3