Compare commits

...

2 Commits
prd ... main

Author SHA1 Message Date
cdf39a40e7 修改还款凭证bug 2025-03-20 14:30:08 +08:00
d60d983e03 调解失败 2025-03-20 14:17:23 +08:00
2 changed files with 3 additions and 2 deletions

View File

@ -213,7 +213,7 @@
<i class="f24 el-icon-document-checked color-4E5969"></i>
<div class="pl-4 f14">办结</div>
</div>
<div class="flex-row justify-content-between align-items-center cursor-pointer bottom-case-btn" @click="handleChangeMediation(6)">
<div class="flex-row justify-content-between align-items-center cursor-pointer bottom-case-btn" @click="handleChangeMediation(4)">
<i class="f24 el-icon-document-delete color-4E5969"></i>
<div class="pl-4 f14">失败</div>
</div>

View File

@ -210,7 +210,7 @@ import smapi from "@/services/systemManage";
mediatorId:'',//id
current:1,
size:10,
status:'OK',
status:2,
},
usageOption: ['今日','昨日', '近一周', '近一月', '近半年', '近一年'],
@ -284,6 +284,7 @@ import smapi from "@/services/systemManage";
getCaseInfoList(val){
this.queryParam.current = val
this.queryParam.startTime = this.queryParam.beginTime
this.queryParam.status = 2
api.gettraceProof_page(this.queryParam).then(res => {
if (!res.code) {
this.tableData = res.records;