Commit d67537bd by 刘玉帅

shyy

parent b9a1f2c1
......@@ -356,7 +356,15 @@ export default {
let pieData = this.pieDataProps[this.key];
this.bztjDataList = res.data;
this.bztjDataList.forEach(item=>{
if(item.cph == undefined){
item.cph = '无'
}
if(item.ryxm == undefined){
item.ryxm = '无'
}
if(item.ryzjhm == undefined){
item.ryzjhm = '无'
}
})
console.log(this.bztjDataList);
this.tableDataLength = res.total;
......@@ -416,6 +424,7 @@ export default {
this.currentPage1 = val
this.$set(this.form, "pageSize", val);
this.getTableList(this.form);
console.log(this.form);
},
/**
* @description: 第几页
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment