Merge branch 'main' into 'stg'
修改bug See merge request cloud-mediate/mediate-manage-web!3
This commit is contained in:
commit
1b5dc2b214
@ -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',},
|
||||
],
|
||||
|
||||
@ -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()
|
||||
}
|
||||
})
|
||||
},
|
||||
// 列表数据
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user