From 45a8fb5db1b0aa6d5cd39198ffc30dba5ec8b2d9 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 10 四月 2024 18:24:15 +0800
Subject: [PATCH] git ch
---
company/src/views/business/insuranceApply.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/company/src/views/business/insuranceApply.vue b/company/src/views/business/insuranceApply.vue
index f2788fe..4eb4b0d 100644
--- a/company/src/views/business/insuranceApply.vue
+++ b/company/src/views/business/insuranceApply.vue
@@ -62,7 +62,7 @@
<span>{{scope.$index + 1}}</span>
</template>
</el-table-column>
- <el-table-column prop="statusInfo" label="鎶曚繚鐘舵��" min-width="100px">
+ <el-table-column prop="statusInfo" label="淇濆崟鐘舵��" min-width="100px">
<template slot-scope="{row}">
<span :class="'apply-status'+row.status" >{{row.statusInfo}}</span>
</template>
@@ -114,6 +114,7 @@
createTimeE: '',
time: [],
baseSolutionId: '',
+ solutionType: 0,
companyId: '',
statusCollect: ''
},
@@ -153,7 +154,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