Merge branch 'main' into 'stg'

修改bug

See merge request cloud-mediate/mediate-manage-web!3
This commit is contained in:
刘翕 2025-02-08 03:01:46 +00:00
commit 1b5dc2b214
2 changed files with 14 additions and 4 deletions

View File

@ -136,6 +136,9 @@ import apipk from "@/services/casePackageManagement";
pkgName: [
{ required: true, message: '请输入案件包名', trigger: 'change',},
],
entrustingAgencyName: [
{ required: true, message: '请输入委案机构', trigger: 'change',},
],
planStartTime: [
{ required: true, message: '请输入委案时间', trigger: 'change',},
],

View File

@ -337,7 +337,7 @@
this.getCaseapkList()
this.getCaseInfoList()
this.getstatisticcases()
// this.getstatisticcases()
this.getstatistic_trace()
this.CaseloadrankCharts()
this.CaserefundCharts()
@ -361,8 +361,12 @@
}
})
},
getCaseInfoList(val){
this.getCaseapkList(2)
this.getCaseInfoList()
},
//
getCaseapkList(){
getCaseapkList(type =1){
workApi.getmy_case_pkg({size:100,current:1}).then(res => {
if (!res.code) {
this.casePkOptions = res;
@ -373,8 +377,11 @@
this.queryParamCGL.id = this.casePkOptions[0].id
}
}
this.getCaseapkStatistics()
this.drawCharts()
if(type == 1)
{
this.getCaseapkStatistics()
this.drawCharts()
}
})
},
//