修改bug

This commit is contained in:
liuxi 2025-02-08 10:58:49 +08:00
parent 4d6209ae42
commit 808bc95ed5
2 changed files with 14 additions and 4 deletions

View File

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

View File

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