From df59cad917c6db1db3b36a23f4b3e7be510e9ed0 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 24 五月 2024 11:20:37 +0800
Subject: [PATCH] git ch

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

diff --git a/company/src/views/business/applyChange.vue b/company/src/views/business/applyChange.vue
index 90b1b4f..e0944db 100644
--- a/company/src/views/business/applyChange.vue
+++ b/company/src/views/business/applyChange.vue
@@ -122,6 +122,7 @@
         createDateE: '',
         createDateS: '',
         companyId: '',
+        solutionType: 0,
         baseSolutionsId: '',
         time: []
       },
@@ -141,7 +142,7 @@
   },
   methods: {
     loadSelectList() {
-      solutionAll({dataType:2}).then(res => {
+      solutionAll({dataType:2,type:0}).then(res => {
         this.solutionList = res
       }).catch(err => {
       })

--
Gitblit v1.9.3