From 517b1e08824bb54abccaed92980bc0cf298d2030 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期日, 07 四月 2024 15:25:35 +0800
Subject: [PATCH] 提交一把

---
 company/src/views/business/switchCourt.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company/src/views/business/switchCourt.vue b/company/src/views/business/switchCourt.vue
index 4444418..0464686 100644
--- a/company/src/views/business/switchCourt.vue
+++ b/company/src/views/business/switchCourt.vue
@@ -140,7 +140,7 @@
   },
   methods: {
     loadSelectList() {
-      solutionAll({dataType:2}).then(res => {
+      solutionAll({dataType:2,type:0}).then(res => {
         this.solutionList = res
       }).catch(err => {
       })

--
Gitblit v1.9.3