Merge branch 'main' into 'stg'

修改还款凭证bug

See merge request cloud-mediate/mediate-manage-web!132
This commit is contained in:
刘翕 2025-03-20 06:34:07 +00:00
commit 9109f3793f

View File

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