修改bug
This commit is contained in:
parent
4d6209ae42
commit
808bc95ed5
@ -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',},
|
||||||
],
|
],
|
||||||
|
|||||||
@ -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()
|
||||||
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 列表数据
|
// 列表数据
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user