diff --git a/src/pages/case-management/index.vue b/src/pages/case-management/index.vue index 3208300..2ee501c 100644 --- a/src/pages/case-management/index.vue +++ b/src/pages/case-management/index.vue @@ -388,6 +388,7 @@ import { values } from "lodash"; queryParam: { mediateRecordStatus:[], pkgId:'', + pkgName:'', financialOrgName:'',//金融机构名称 caseNo: '',//案件编号 productTypeId: '',//产品类型id @@ -483,12 +484,11 @@ import { values } from "lodash"; // this.selectionData = value ? this.enabledDataList.map(el=>el.id) : []; // this.indeterminate = false; let chooseData = this.enabledDataList.filter(el=>(el.caseStatus == 0 || el.caseStatus == 1)) - console.log(chooseData,'chooseData') + // console.log(chooseData,'chooseData') this.selectionData = value ? chooseData.map(el=>el.id) : []; this.indeterminate = false; }, - // 导入 handleImport(){ this.importCaseDialog={ @@ -535,12 +535,6 @@ import { values } from "lodash"; }); }).catch(() => {}); }, - // 新增 - // handleAddForm(){ - // this.addCaseDialog={ - // title:'新增案件', - // } - // }, handleConclude() { // 批量办结 if (this.selectionData.length == 0) { @@ -590,6 +584,7 @@ import { values } from "lodash"; this.checkedCheckAll = false this.queryParam.current = val + this.queryParam.allCase = true//查询所有案件 api.getCaseInfoList(this.queryParam).then(res => { if (!res.code) { this.tableData = res.records;