From 02bc3bfe47e3d5311a0bb041c94e70a34b1ca73c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 09 四月 2024 09:03:01 +0800
Subject: [PATCH] git ch

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

diff --git a/company/src/views/business/switchCourt.vue b/company/src/views/business/switchCourt.vue
index 8df8196..0464686 100644
--- a/company/src/views/business/switchCourt.vue
+++ b/company/src/views/business/switchCourt.vue
@@ -118,6 +118,7 @@
         type: '1',
         solutionsId: '',
         createDateE: '',
+        solutionType: 0,
         createDateS: '',
         baseSolutionsId: '',
         companyId: '',
@@ -139,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