修改bug
This commit is contained in:
parent
a53a3bb921
commit
b3ccdec6da
@ -388,6 +388,7 @@ import { values } from "lodash";
|
|||||||
queryParam: {
|
queryParam: {
|
||||||
mediateRecordStatus:[],
|
mediateRecordStatus:[],
|
||||||
pkgId:'',
|
pkgId:'',
|
||||||
|
pkgName:'',
|
||||||
financialOrgName:'',//金融机构名称
|
financialOrgName:'',//金融机构名称
|
||||||
caseNo: '',//案件编号
|
caseNo: '',//案件编号
|
||||||
productTypeId: '',//产品类型id
|
productTypeId: '',//产品类型id
|
||||||
@ -483,12 +484,11 @@ import { values } from "lodash";
|
|||||||
// this.selectionData = value ? this.enabledDataList.map(el=>el.id) : [];
|
// this.selectionData = value ? this.enabledDataList.map(el=>el.id) : [];
|
||||||
// this.indeterminate = false;
|
// this.indeterminate = false;
|
||||||
let chooseData = this.enabledDataList.filter(el=>(el.caseStatus == 0 || el.caseStatus == 1))
|
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.selectionData = value ? chooseData.map(el=>el.id) : [];
|
||||||
this.indeterminate = false;
|
this.indeterminate = false;
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// 导入
|
// 导入
|
||||||
handleImport(){
|
handleImport(){
|
||||||
this.importCaseDialog={
|
this.importCaseDialog={
|
||||||
@ -535,12 +535,6 @@ import { values } from "lodash";
|
|||||||
});
|
});
|
||||||
}).catch(() => {});
|
}).catch(() => {});
|
||||||
},
|
},
|
||||||
// 新增
|
|
||||||
// handleAddForm(){
|
|
||||||
// this.addCaseDialog={
|
|
||||||
// title:'新增案件',
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
handleConclude() {
|
handleConclude() {
|
||||||
// 批量办结
|
// 批量办结
|
||||||
if (this.selectionData.length == 0) {
|
if (this.selectionData.length == 0) {
|
||||||
@ -590,6 +584,7 @@ import { values } from "lodash";
|
|||||||
this.checkedCheckAll = false
|
this.checkedCheckAll = false
|
||||||
|
|
||||||
this.queryParam.current = val
|
this.queryParam.current = val
|
||||||
|
this.queryParam.allCase = true//查询所有案件
|
||||||
api.getCaseInfoList(this.queryParam).then(res => {
|
api.getCaseInfoList(this.queryParam).then(res => {
|
||||||
if (!res.code) {
|
if (!res.code) {
|
||||||
this.tableData = res.records;
|
this.tableData = res.records;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user