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/policyList.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/company/src/views/business/policyList.vue b/company/src/views/business/policyList.vue
index adf1410..3861eb1 100644
--- a/company/src/views/business/policyList.vue
+++ b/company/src/views/business/policyList.vue
@@ -65,7 +65,7 @@
             <span>{{scope.$index + 1}}</span>
           </template>
         </el-table-column>
-        <el-table-column prop="statusInfo" label="鎶曚繚鐘舵��" align="center" min-width="100px">
+        <el-table-column prop="statusInfo" label="淇濆崟鐘舵��" align="center" min-width="100px">
           <template slot-scope="{row}">
             <span :class="'apply-status'+row.status" >{{row.statusInfo}}</span>
           </template>
@@ -144,7 +144,7 @@
     //   this.search()
     // },
     loadSelectList() {
-      solutionAll({dataType:2}).then(res => {
+      solutionAll({dataType:2,type:0}).then(res => {
         this.solutionList = res
       }).catch(err => {
       })

--
Gitblit v1.9.3